init
This commit is contained in:
@@ -0,0 +1,31 @@
|
||||
using System.ComponentModel.DataAnnotations;
|
||||
using Kreta.Resources;
|
||||
|
||||
namespace Kreta.Enums.ManualEnums
|
||||
{
|
||||
public enum ApaczaiPalyazatStatuszEnum
|
||||
{
|
||||
[Display(Name = nameof(SzakkepzesiJuttatasokResource.StatuszBekuldott), ResourceType = typeof(SzakkepzesiJuttatasokResource))]
|
||||
Bekuldott = 0,
|
||||
|
||||
[Display(Name = nameof(SzakkepzesiJuttatasokResource.StatuszAdategyeztetesreVisszakuldve), ResourceType = typeof(SzakkepzesiJuttatasokResource))]
|
||||
AdategyeztetesreVisszakuldve = 1,
|
||||
|
||||
[Display(Name = nameof(SzakkepzesiJuttatasokResource.StatuszElfogadott), ResourceType = typeof(SzakkepzesiJuttatasokResource))]
|
||||
Elfogadott = 2,
|
||||
|
||||
[Display(Name = nameof(SzakkepzesiJuttatasokResource.StatuszElutasitott), ResourceType = typeof(SzakkepzesiJuttatasokResource))]
|
||||
Elutasitott = 3,
|
||||
|
||||
[Display(Name = nameof(SzakkepzesiJuttatasokResource.StatuszVisszavont), ResourceType = typeof(SzakkepzesiJuttatasokResource))]
|
||||
Visszavont = 4,
|
||||
|
||||
[Display(Name = nameof(SzakkepzesiJuttatasokResource.StatuszFelulvizsgalatrolAdategyeztetesreVisszakuldve), ResourceType = typeof(SzakkepzesiJuttatasokResource))]
|
||||
FelulvizsgalatrolAdategyeztetesreVisszakuldve = 5,
|
||||
|
||||
[Display(Name = nameof(SzakkepzesiJuttatasokResource.StatuszIntezmenytValtott), ResourceType = typeof(SzakkepzesiJuttatasokResource))]
|
||||
TamogatasiSzerzodesselRendelkezoIntezmenytValtott = 6,
|
||||
|
||||
NemMeghatarozott = -1
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user