Class Country
Represents a country entity.
Inherited Members
Namespace: Innovt.Domain.Adresses
Assembly: Innovt.Domain.dll
Syntax
public class Country : ValueObject
Fields
| Edit this page View SourceBrazil
Predefined country: Brazil.
Declaration
public static Country Brazil
Field Value
Type | Description |
---|---|
Country |
Properties
| Edit this page View SourceCode
Gets or sets the country calling code.
Declaration
public int Code { get; set; }
Property Value
Type | Description |
---|---|
int |
ISOCode
Gets or sets the ISO country code.
Declaration
public string ISOCode { get; set; }
Property Value
Type | Description |
---|---|
string |
Name
Gets or sets the name of the country.
Declaration
public string Name { get; set; }
Property Value
Type | Description |
---|---|
string |
Nationality
Gets or sets the nationality associated with the country.
Declaration
public string Nationality { get; set; }
Property Value
Type | Description |
---|---|
string |