ISOCountry Class

ISO-3166 Country details.

Definition

Namespace: Common.Core.Models
Assembly: Common.Core (in Common.Core.dll) Version: 2.1.5
C#
public class ISOCountry : ModelData
Inheritance
Object    ModelBase    ModelData    ISOCountry

Constructors

ISOCountryInitializes a new instance of the ISOCountry class

Properties

Alpha22-digit ISO-3166 code.
Alpha33-digit ISO-3166 code.
IdGets or sets the primary key.
(Overrides ModelDataId)
NameCountry name.

Methods

ReadBuilds an ISOCountry object from a database table row.

See Also