Class TCountry
- Namespace
- Engine.Api.Location
- Assembly
- Engine.Api.dll
- Inheritance
-
TCountry
- Inherited Members
-
Constructors
TCountry()
Properties
CapitalCityName
public string? CapitalCityName { get; set; }
Property Value
- string
ContinentCode
public string? ContinentCode { get; set; }
Property Value
- string
CountryCode
public string CountryCode { get; set; }
Property Value
- string
CountryName
public string? CountryName { get; set; }
Property Value
- string
CurrencyCode
public string? CurrencyCode { get; set; }
Property Value
- string
CurrencyName
public string? CurrencyName { get; set; }
Property Value
- string
Languages
public string? Languages { get; set; }
Property Value
- string
TopLevelDomain
public string? TopLevelDomain { get; set; }
Property Value
- string