Iso3166Country Class

Representation of an ISO3166-1 Country.
Refer to the Glossary for ISO 3166 for more information.

Definition

Namespace: MobileTrack.Common.Models
Assembly: MobileTrack.Common (in MobileTrack.Common.dll) Version: 0.7+ce90b2cf6b782b8d7b7fd47b3c546987c652c00f
public sealed class Iso3166Country
Inheritance
Object    Iso3166Country

Constructors

Iso3166Country Iso constructor

Properties

Alpha2 Alpha2 value representing this country
Alpha3 Alpha3 value representing this country
DialCode Phone number dial code (e.g. Netherlands being '31')
Name Human-readable name of this country.
NumericCode Country index based
PhoneNumberDigitCount Range of digits a phone number can have in this country.

Methods

ToStringReturns a string that represents the current object.
(Overrides ObjectToString)

Extension Methods

DetermineTimeZoneByCountry If we know the nation of an object but not its timezone, we can determine the timezone by the nation. (If not owned by a company that has its timezone set)
(Defined by TimeZonesHandler)

See Also