Country Class

Model countries, ISO codes and different names.

Definition

Namespace: Aliquo.Core.Models
Assembly: Aliquo.Core (in Aliquo.Core.dll) Version: 5.0.9179.22651
C#
[SerializableAttribute]
public class Country
Inheritance
Object    Country

Constructors

Country Constructor class.

Properties

CodeAlfa2 ISO 3166-1 alfa-2 Code of country.
CodeAlfa3 ISO 3166-1 alfa-3 Code of country.
CodeContinentAlfa2 ISO 3166-1 alfa-2 Continent code for country.
CodeContinentAlfa3 ISO 3166-1 alfa-3 Continent code for country.
ConventionalName Conventional name of the country.
EuropeanCommunity his country belongs to the European community.
LocalName Country name in local language.

Extension Methods

GetAttributeFromT Get attribute from a class.
(Defined by ObjectExtensions)
ValidateDataAnnotations Validate class with validator of DataAnnotations.
(Defined by ObjectExtensions)

See Also