Enum Country

Namespace
SIMDispatcher.Core.Models
Assembly
SIMDispatcher.Core.dll
public enum Country
Extension Methods

Fields

[Display(Description = "Austria", ResourceType = typeof(CountryLocalization))] Austria = 2
[Display(Description = "France", ResourceType = typeof(CountryLocalization))] France = 7
[Display(Description = "Germany", ResourceType = typeof(CountryLocalization))] Germany = 1
[Display(Description = "Netherlands", ResourceType = typeof(CountryLocalization))] Netherlands = 4
[Display(Description = "NotSet", ResourceType = typeof(CountryLocalization))] NotSet = 0
[Display(Description = "Poland", ResourceType = typeof(CountryLocalization))] Poland = 8
[Display(Description = "Switzerland", ResourceType = typeof(CountryLocalization))] Switzerland = 3
[Display(Description = "UnitedKingdom", ResourceType = typeof(CountryLocalization))] UnitedKingdom = 5
[Display(Description = "UnitedStatesOfAmerica", ResourceType = typeof(CountryLocalization))] UnitedStatesOfAmerica = 6