init
This commit is contained in:
commit
e124a47765
19374 changed files with 9806149 additions and 0 deletions
31
Kreta.Enums/ManualEnums/ApaczaiPalyazatStatuszEnum.cs
Normal file
31
Kreta.Enums/ManualEnums/ApaczaiPalyazatStatuszEnum.cs
Normal file
|
@ -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
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue