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
Extension Methods
  NameDescription
Public Extension MethodCheckNotNull
Check that an argument is not null.
(Defined by ObjectExtension.)
Public Extension MethodCheckNull
Check that an argument is null.
(Defined by ObjectExtension.)
Public Extension MethodIsNotNull
Test if an object reference is not null.
(Defined by ObjectExtension.)
Public Extension MethodIsNull
Test if an object reference is null.
(Defined by ObjectExtension.)
Top
See Also