C# Class Street.MvxPlugins.Countries.CountryHelper

Inheritance: ICountryHelper
Afficher le fichier Open project: kstreet/Street.MvxPlugins

Méthodes publiques

Méthode Description
CountryHelper ( ) : System.Collections.Generic
GetIso3166Alpha2CountryCode ( string forThisIsoEnglishShortCountryName ) : string
GetListOfCountryNamesAsIsoEnglishShort ( ) : IList
GetListOfIso3166Alpha2CountryCodes ( ) : IList

Private Methods

Méthode Description
LoadCountryCodesList ( ) : void
LoadCountryNameToCountryCodeLookup ( ) : void
LoadCountryNamesList ( ) : void

Method Details

CountryHelper() public méthode

public CountryHelper ( ) : System.Collections.Generic
Résultat System.Collections.Generic

GetIso3166Alpha2CountryCode() public méthode

public GetIso3166Alpha2CountryCode ( string forThisIsoEnglishShortCountryName ) : string
forThisIsoEnglishShortCountryName string
Résultat string

GetListOfCountryNamesAsIsoEnglishShort() public méthode

public GetListOfCountryNamesAsIsoEnglishShort ( ) : IList
Résultat IList

GetListOfIso3166Alpha2CountryCodes() public méthode

public GetListOfIso3166Alpha2CountryCodes ( ) : IList
Résultat IList