Show / Hide Table of Contents

Class Country

The source of the countries come from : https://github.com/dr5hn/countries-states-cities-database/blob/master/countries%2Bstates.json

Inheritance
System.Object
Country_Summary
Country
Inherited Members
Country_Summary.name
Country_Summary.iso3
Country_Summary.iso2
Country_Summary.numeric_code
Country_Summary.phone_code
Country_Summary.capital
Country_Summary.currency
Country_Summary.currency_name
Country_Summary.currency_symbol
Country_Summary.tld
Country_Summary.native
Country_Summary.region
Country_Summary.subregion
Country_Summary.translations
Country_Summary.latitude
Country_Summary.longitude
Country_Summary.emoji
Country_Summary.emojiU
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: SecureExchangesSDK.Models.Transport.Countries
Assembly: SecureExchangesSDK.dll
Syntax
public class Country : Country_Summary

Properties

states

Declaration
public List<Country_State> states { get; set; }
Property Value
Type Description
System.Collections.Generic.List<Country_State>

timezones

Declaration
public List<Country_TimeZone> timezones { get; set; }
Property Value
Type Description
System.Collections.Generic.List<Country_TimeZone>

Extension Methods

ExtensionHelper.CopySameNameAndTypeProperties<T, S>(T, S)
In This Article
Back to top Generated by DocFX