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

Inheritance: ICountryCodeService
Datei anzeigen Open project: yaboy58/BatchGuy Class Usage Examples

Public Methods

Method Description
CountryCodeService ( IJsonSerializationService jsonSerializationService ) : System
GetCountryCodeByISOLongCode ( string isoLongCode ) : CountryCodeItem
GetCountryCodes ( ) : List

Private Methods

Method Description
GetCountryCodeItems ( ) : List
GetISOCountryCodes ( ) : ISOCountryCodeCollection

Method Details

CountryCodeService() public method

public CountryCodeService ( IJsonSerializationService jsonSerializationService ) : System
jsonSerializationService IJsonSerializationService
return System

GetCountryCodeByISOLongCode() public method

public GetCountryCodeByISOLongCode ( string isoLongCode ) : CountryCodeItem
isoLongCode string
return CountryCodeItem

GetCountryCodes() public method

public GetCountryCodes ( ) : List
return List