Click or drag to resize
Country Constructor
Create a Country instance.

Namespace: ArtDatabanken.Data
Assembly: ArtDatabanken.Data (in ArtDatabanken.Data.dll) Version: 1.3.0.0 (1.3.0.0)
Syntax
public Country(
	int id,
	string ISOCode,
	string ISOName,
	string name,
	string nativeName,
	int phoneNumberPrefix,
	IDataContext dataContext
)

Parameters

id
Type: SystemInt32
Id for this country.
ISOCode
Type: SystemString
ISO code for this country.
ISOName
Type: SystemString
ISO name of the country.
name
Type: SystemString
English name of the country.
nativeName
Type: SystemString
Native name or names of the country.
phoneNumberPrefix
Type: SystemInt32
Phone number prefix.
dataContext
Type: ArtDatabanken.DataIDataContext
Data context.
See Also