Click or drag to resize
WebCountry Class
This class contains information related to a country.
Inheritance Hierarchy

Namespace: ArtDatabanken.WebService.Data
Assembly: ArtDatabanken.WebService.Data (in ArtDatabanken.WebService.Data.dll) Version: 1.3.0.0 (1.3.0.0)
Syntax
public class WebCountry : WebData

The WebCountry type exposes the following members.

Constructors
  NameDescription
Public methodWebCountry
Initializes a new instance of the WebCountry class
Top
Properties
  NameDescription
Public propertyId
Id for this country.
Public propertyISOAlpha2Code
A two character code representing the country according to ISO-3166.
Public propertyISOAlpha3Code
A three character code representing the country according to ISO-3166.
Public propertyISOCode
A integer code representing the country according to ISO-3166.
Public propertyISOName
ISO Name of the country.
Public propertyName
English name of the country.
Public propertyNativeName
Native name or names of the country.
Public propertyNativeShortName
Native short name or names of the country.
Public propertyPhoneNumberPrefix
Phone number prefix.
Public propertyShortName
Short english name of the country.
Top
See Also