Country Constructor

Constructor class.

Definition

Namespace: Aliquo.Core.Models
Assembly: Aliquo.Core (in Aliquo.Core.dll) Version: 5.0.9179.22651
C#
public Country(
	string codeAlfa2,
	string codeAlfa3,
	string continentAlfa2,
	string continentAlfa3,
	string conventionalName,
	string localName,
	bool europeanCommunity = false
)

Parameters

codeAlfa2  String
ISO 3166-1 alfa-2 Code of country.
codeAlfa3  String
ISO 3166-1 alfa-3 Code of country.
continentAlfa2  String
ISO 3166-1 alfa-2 Continent code for country.
continentAlfa3  String
ISO 3166-1 alfa-3 Continent code for country.
conventionalName  String
Conventional name of the country.
localName  String
Country name in local language.
europeanCommunity  Boolean  (Optional)
This country belongs to the European community.

See Also