Table of Contents

Class TCountry

Namespace
Engine.Api.Location
Assembly
Engine.Api.dll
public class TCountry
Inheritance
TCountry
Inherited Members

Constructors

TCountry()

public 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