C# 클래스 Street.MvxPlugins.Countries.CountryHelper

상속: ICountryHelper
파일 보기 프로젝트 열기: kstreet/Street.MvxPlugins

공개 메소드들

메소드 설명
CountryHelper ( ) : System.Collections.Generic
GetIso3166Alpha2CountryCode ( string forThisIsoEnglishShortCountryName ) : string
GetListOfCountryNamesAsIsoEnglishShort ( ) : IList
GetListOfIso3166Alpha2CountryCodes ( ) : IList

비공개 메소드들

메소드 설명
LoadCountryCodesList ( ) : void
LoadCountryNameToCountryCodeLookup ( ) : void
LoadCountryNamesList ( ) : void

메소드 상세

CountryHelper() 공개 메소드

public CountryHelper ( ) : System.Collections.Generic
리턴 System.Collections.Generic

GetIso3166Alpha2CountryCode() 공개 메소드

public GetIso3166Alpha2CountryCode ( string forThisIsoEnglishShortCountryName ) : string
forThisIsoEnglishShortCountryName string
리턴 string

GetListOfCountryNamesAsIsoEnglishShort() 공개 메소드

public GetListOfCountryNamesAsIsoEnglishShort ( ) : IList
리턴 IList

GetListOfIso3166Alpha2CountryCodes() 공개 메소드

public GetListOfIso3166Alpha2CountryCodes ( ) : IList
리턴 IList