C# Class NContrib.International.Country

ファイルを表示 Open project: veracross/ncontrib

Public Properties

Property Type Description
Countries CountryCollection

Public Methods

Method Description
Country ( int numeric, string twoChar, string threeChar, string name ) : System
GetById ( int id ) : Country
GetById ( string id ) : Country
ToString ( ) : string

Method Details

Country() public method

public Country ( int numeric, string twoChar, string threeChar, string name ) : System
numeric int
twoChar string
threeChar string
name string
return System

GetById() public static method

public static GetById ( int id ) : Country
id int
return Country

GetById() public static method

public static GetById ( string id ) : Country
id string
return Country

ToString() public method

public ToString ( ) : string
return string

Property Details

Countries public_oe static_oe property

public static CountryCollection Countries
return CountryCollection