C# Class Street.MvxPlugins.Countries.CountryHelper

Inheritance: ICountryHelper
显示文件 Open project: kstreet/Street.MvxPlugins

Public Methods

Method Description
CountryHelper ( ) : System.Collections.Generic
GetIso3166Alpha2CountryCode ( string forThisIsoEnglishShortCountryName ) : string
GetListOfCountryNamesAsIsoEnglishShort ( ) : IList
GetListOfIso3166Alpha2CountryCodes ( ) : IList

Private Methods

Method Description
LoadCountryCodesList ( ) : void
LoadCountryNameToCountryCodeLookup ( ) : void
LoadCountryNamesList ( ) : void

Method Details

CountryHelper() public method

public CountryHelper ( ) : System.Collections.Generic
return System.Collections.Generic

GetIso3166Alpha2CountryCode() public method

public GetIso3166Alpha2CountryCode ( string forThisIsoEnglishShortCountryName ) : string
forThisIsoEnglishShortCountryName string
return string

GetListOfCountryNamesAsIsoEnglishShort() public method

public GetListOfCountryNamesAsIsoEnglishShort ( ) : IList
return IList

GetListOfIso3166Alpha2CountryCodes() public method

public GetListOfIso3166Alpha2CountryCodes ( ) : IList
return IList