C# 클래스 NContrib.International.Country

파일 보기 프로젝트 열기: veracross/ncontrib

공개 프로퍼티들

프로퍼티 타입 설명
Countries CountryCollection

공개 메소드들

메소드 설명
Country ( int numeric, string twoChar, string threeChar, string name ) : System
GetById ( int id ) : Country
GetById ( string id ) : Country
ToString ( ) : string

메소드 상세

Country() 공개 메소드

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

GetById() 공개 정적인 메소드

public static GetById ( int id ) : Country
id int
리턴 Country

GetById() 공개 정적인 메소드

public static GetById ( string id ) : Country
id string
리턴 Country

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

프로퍼티 상세

Countries 공개적으로 정적으로 프로퍼티

public static CountryCollection Countries
리턴 CountryCollection