Click or drag to resize
ICountry Interface
This interface handles information related to a country.

Namespace: ArtDatabanken.Data
Assembly: ArtDatabanken.Data (in ArtDatabanken.Data.dll) Version: 1.3.0.0 (1.3.0.0)
Syntax
public interface ICountry : IDataId32

The ICountry type exposes the following members.

Properties
  NameDescription
Public propertyDataContext
Get data context.
Public propertyISOCode
Get two character code representing the country according to ISO-3166. Not Null. Is read only.
Public propertyISOName
Get ISO name of the country. Not NULL. Is read only.
Public propertyName
Get english name of the country. Not NULL. Is read only.
Public propertyNativeName
Get native name or names of the country. Not Null. Is read only.
Public propertyPhoneNumberPrefix
Get phone number prefix. Not NULL. Is read only.
Top
Extension Methods
  NameDescription
Public Extension MethodAreEqual
Test if two IDataId32 references are equal.
(Defined by IDataId32Extension.)
Public Extension MethodAreNotEqual
Test if two IDataId32 references are not equal.
(Defined by IDataId32Extension.)
Top
See Also