Country Constructor
Constructor class.
Namespace: Aliquo.Core.ModelsAssembly: Aliquo.Core (in Aliquo.Core.dll) Version: 5.0.9179.22651
public Country(
string codeAlfa2,
string codeAlfa3,
string continentAlfa2,
string continentAlfa3,
string conventionalName,
string localName,
bool europeanCommunity = false
)
Public Sub New (
codeAlfa2 As String,
codeAlfa3 As String,
continentAlfa2 As String,
continentAlfa3 As String,
conventionalName As String,
localName As String,
Optional europeanCommunity As Boolean = 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.