C# Класс Atomia.Web.Plugin.PublicOrder.Helpers.CountriesHelper

Helper Class.
Показать файл Открыть проект

Открытые методы

Метод Описание
GetAllCountries ( System httpContextBase, OrderServiceReferences service ) : List

Get all countries from Billing API, wrapping with a process cache.

GetDefaultCountryCodeFromConfig ( ) : string

Gets the default country code from config.

GetDefaultCurrencyCodeFromConfig ( string countryCode ) : string

Gets the default currency code from config.

If no code is set to default, currency code is determined by country code.

GetEUCountryCodes ( List countries ) : List

Gets the EU country codes.

GetSupportedCountriesSelectList ( List countries ) : List

Gets the supported countries select list.

Описание методов

GetAllCountries() публичный статический Метод

Get all countries from Billing API, wrapping with a process cache.
public static GetAllCountries ( System httpContextBase, OrderServiceReferences service ) : List
httpContextBase System HttpContext to cache in
service OrderServiceReferences Billing API endpoint
Результат List

GetDefaultCountryCodeFromConfig() публичный статический Метод

Gets the default country code from config.
public static GetDefaultCountryCodeFromConfig ( ) : string
Результат string

GetDefaultCurrencyCodeFromConfig() публичный статический Метод

Gets the default currency code from config.
If no code is set to default, currency code is determined by country code.
public static GetDefaultCurrencyCodeFromConfig ( string countryCode ) : string
countryCode string The country code.
Результат string

GetEUCountryCodes() публичный статический Метод

Gets the EU country codes.
public static GetEUCountryCodes ( List countries ) : List
countries List The countries.
Результат List

GetSupportedCountriesSelectList() публичный статический Метод

Gets the supported countries select list.
public static GetSupportedCountriesSelectList ( List countries ) : List
countries List The countries.
Результат List