C# Class NContrib.International.Country

Afficher le fichier Open project: veracross/ncontrib

Méthodes publiques

Свойство Type Description
Countries CountryCollection

Méthodes publiques

Méthode 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 méthode

public Country ( int numeric, string twoChar, string threeChar, string name ) : System
numeric int
twoChar string
threeChar string
name string
Résultat System

GetById() public static méthode

public static GetById ( int id ) : Country
id int
Résultat Country

GetById() public static méthode

public static GetById ( string id ) : Country
id string
Résultat Country

ToString() public méthode

public ToString ( ) : string
Résultat string

Property Details

Countries public_oe static_oe property

public static CountryCollection Countries
Résultat CountryCollection