C# Class BatchGuy.App.Shared.Services.CountryCodeService

Inheritance: ICountryCodeService
Afficher le fichier Open project: yaboy58/BatchGuy Class Usage Examples

Méthodes publiques

Méthode Description
CountryCodeService ( IJsonSerializationService jsonSerializationService ) : System
GetCountryCodeByISOLongCode ( string isoLongCode ) : CountryCodeItem
GetCountryCodes ( ) : List

Private Methods

Méthode Description
GetCountryCodeItems ( ) : List
GetISOCountryCodes ( ) : ISOCountryCodeCollection

Method Details

CountryCodeService() public méthode

public CountryCodeService ( IJsonSerializationService jsonSerializationService ) : System
jsonSerializationService IJsonSerializationService
Résultat System

GetCountryCodeByISOLongCode() public méthode

public GetCountryCodeByISOLongCode ( string isoLongCode ) : CountryCodeItem
isoLongCode string
Résultat CountryCodeItem

GetCountryCodes() public méthode

public GetCountryCodes ( ) : List
Résultat List