C# Class demo.Models.countries

Inheritance: BaseModel
Show file Open project: zumero/DataGrid

Public Properties

Property Type Description
area_PropertyName string
borders_PropertyName string
callingCode_PropertyName string
capital_PropertyName string
cca2_PropertyName string
cca3_PropertyName string
ccn3_PropertyName string
currency_PropertyName string
id_PropertyName string
lang_PropertyName string
name_PropertyName string
nativeName_PropertyName string
region_PropertyName string
subregion_PropertyName string
tld_PropertyName string

Public Methods

Method Description
ToString ( ) : string
countries ( ) : System

Method Details

ToString() public method

public ToString ( ) : string
return string

countries() public method

public countries ( ) : System
return System

Property Details

area_PropertyName public static property

public static string area_PropertyName
return string

borders_PropertyName public static property

public static string borders_PropertyName
return string

callingCode_PropertyName public static property

public static string callingCode_PropertyName
return string

capital_PropertyName public static property

public static string capital_PropertyName
return string

cca2_PropertyName public static property

public static string cca2_PropertyName
return string

cca3_PropertyName public static property

public static string cca3_PropertyName
return string

ccn3_PropertyName public static property

public static string ccn3_PropertyName
return string

currency_PropertyName public static property

public static string currency_PropertyName
return string

id_PropertyName public static property

public static string id_PropertyName
return string

lang_PropertyName public static property

public static string lang_PropertyName
return string

name_PropertyName public static property

public static string name_PropertyName
return string

nativeName_PropertyName public static property

public static string nativeName_PropertyName
return string

region_PropertyName public static property

public static string region_PropertyName
return string

subregion_PropertyName public static property

public static string subregion_PropertyName
return string

tld_PropertyName public static property

public static string tld_PropertyName
return string