Click or drag to resize

Country Class

Represents a country.
Inheritance Hierarchy
SystemObject
  Severa.Entities.APICountry

Namespace: Severa.Entities.API
Assembly: Severa.Entities.API (in Severa.Entities.API.dll) Version: 1.0.0
Syntax
public class Country

The Country type exposes the following members.

Constructors
 NameDescription
Public methodCountryInitializes a new instance of the Country class
Top
Properties
 NameDescription
Public propertyDefaultLanguageCode Default language code for the country.
Public propertyDefaultLanguageGUID Unique identifier of countrys default language.
Public propertyGUID Unique identifier for the country.
Public propertyIsEu Is country in European Union True/False.
Public propertyIsoCodea2 Countrys two letter ISO code.
Public propertyIsoCodea3 Countrys three letter ISO code.
Public propertyName Name.
Public propertyTimezoneGUID Unique identifier for the timezone of the country.
Public propertyTranslatedName Country's name localized to user's language.
Top
See Also