Enum Country
- Namespace
- XENBIT.ResQueServe.Abstractions.DataStructures
- Assembly
- RQS.Abstractions.dll
Enumeration of countries with associated metadata attributes for localization, phone codes, time zones, and coordinates.
public enum Country
- Extension Methods
Fields
[IsoCountryCode("AT", "AUT")] [PhoneCountryCode("43")] [Locale("de-AT")] [TimeZone(1, "Europe/Vienna")] [CallingFormat("+43XXXXXXXXXX")] [Coordinates(47.5162, 14.5501)] Austria = 2[IsoCountryCode("CZ", "CZE")] [PhoneCountryCode("420")] [Locale("cs-CZ")] [TimeZone(1, "Europe/Prague")] [CallingFormat("+420XXXXXXXXX")] [Coordinates(50.0755, 14.4378)] CzechRepublic = 12[IsoCountryCode("DK", "DNK")] [PhoneCountryCode("45")] [Locale("da-DK")] [TimeZone(1, "Europe/Copenhagen")] [CallingFormat("+45XXXXXXXX")] [Coordinates(56.2639, 9.5018)] Denmark = 13[IsoCountryCode("FI", "FIN")] [PhoneCountryCode("358")] [Locale("fi-FI")] [TimeZone(2, "Europe/Helsinki")] [CallingFormat("+358XXXXXXXXX")] [Coordinates(61.9241, 25.7482)] Finland = 15[IsoCountryCode("FR", "FRA")] [PhoneCountryCode("33")] [Locale("fr-FR")] [TimeZone(1, "Europe/Paris")] [CallingFormat("+33XXXXXXXXXX")] [Coordinates(46.6034, 1.8883)] France = 7[IsoCountryCode("DE", "DEU")] [PhoneCountryCode("49")] [Locale("de-DE")] [TimeZone(1, "Europe/Berlin")] [CallingFormat("+49XXXXXXXXXXX")] [Coordinates(51.1657, 10.4515)] Germany = 1[IsoCountryCode("IT", "ITA")] [PhoneCountryCode("39")] [Locale("it-IT")] [TimeZone(1, "Europe/Rome")] [CallingFormat("+39XXXXXXXXXX")] [Coordinates(41.8719, 12.5674)] Italy = 9[IsoCountryCode("LU", "LUX")] [PhoneCountryCode("352")] [Locale("lb-LU")] [TimeZone(1, "Europe/Luxembourg")] [CallingFormat("+352XXXXXXX")] [Coordinates(49.8153, 6.1296)] Luxembourg = 11[IsoCountryCode("NL", "NLD")] [PhoneCountryCode("31")] [Locale("nl-NL")] [TimeZone(1, "Europe/Amsterdam")] [CallingFormat("+31XXXXXXXXXX")] [Coordinates(52.1326, 5.2913)] Netherlands = 4[IsoCountryCode("NO", "NOR")] [PhoneCountryCode("47")] [Locale("nb-NO")] [TimeZone(1, "Europe/Oslo")] [CallingFormat("+47XXXXXXXX")] [Coordinates(60.472, 8.4689)] Norway = 16[IsoCountryCode("ZZ", "ZZZ")] [PhoneCountryCode("0")] [Locale("en-US")] [TimeZone(0, "UTC")] [CallingFormat("0XXXXXXXXXXX")] [Coordinates(0, 0)] NotSet = 0[IsoCountryCode("PL", "POL")] [PhoneCountryCode("48")] [Locale("pl-PL")] [TimeZone(1, "Europe/Warsaw")] [CallingFormat("+48XXXXXXXXX")] [Coordinates(51.9194, 19.1451)] Poland = 8[IsoCountryCode("ES", "ESP")] [PhoneCountryCode("34")] [Locale("es-ES")] [TimeZone(1, "Europe/Madrid")] [CallingFormat("+34XXXXXXXXX")] [Coordinates(40.4637, -3.7492)] Spain = 10[IsoCountryCode("SE", "SWE")] [PhoneCountryCode("46")] [Locale("sv-SE")] [TimeZone(1, "Europe/Stockholm")] [CallingFormat("+46XXXXXXXXX")] [Coordinates(60.1282, 18.6435)] Sweden = 14[IsoCountryCode("CH", "CHE")] [PhoneCountryCode("41")] [Locale("de-CH")] [TimeZone(1, "Europe/Zurich")] [CallingFormat("+41XXXXXXXXXX")] [Coordinates(46.8182, 8.2275)] Switzerland = 3[IsoCountryCode("GB", "GBR")] [PhoneCountryCode("44")] [Locale("en-GB")] [TimeZone(0, "Europe/London")] [CallingFormat("+44XXXXXXXXXX")] [Coordinates(55.3781, -3.436)] UnitedKingdom = 5[IsoCountryCode("US", "USA")] [PhoneCountryCode("1")] [Locale("en-US")] [TimeZone(-5, "America/New_York")] [CallingFormat("+1XXXXXXXXXX")] [Coordinates(37.0902, -95.7129)] UnitedStatesOfAmerica = 6