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

Hepler class for reseller related logic.
Показать файл Открыть проект

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

Метод Описание
GetResellerCountryCode ( ) : string

Gets the reseller country code.

GetResellerCurrencyCode ( ) : string

Gets the reseller currency code.

GetResellerId ( ) : System.Guid

Gets the reseller id.

GetResellerLanguages ( ) : IList

Gets the reseller languages.

GetResellerPaymentMethods ( PaymentMethod &defaultPaymentMethod ) : IList

Gets the reseller payment methods.

LoadResellerIntoSessionByHash ( string resellerHash ) : void

Loads the reseller into session by hash.

LoadResellerIntoSessionByUrl ( string url ) : void

Loads the reseller into session by URL.

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

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

Gets the reseller country code.
public static GetResellerCountryCode ( ) : string
Результат string

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

Gets the reseller currency code.
public static GetResellerCurrencyCode ( ) : string
Результат string

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

Gets the reseller id.
public static GetResellerId ( ) : System.Guid
Результат System.Guid

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

Gets the reseller languages.
public static GetResellerLanguages ( ) : IList
Результат IList

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

Gets the reseller payment methods.
public static GetResellerPaymentMethods ( PaymentMethod &defaultPaymentMethod ) : IList
defaultPaymentMethod PaymentMethod The default payment method.
Результат IList

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

Loads the reseller into session by hash.
public static LoadResellerIntoSessionByHash ( string resellerHash ) : void
resellerHash string The reseller hash.
Результат void

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

Loads the reseller into session by URL.
public static LoadResellerIntoSessionByUrl ( string url ) : void
url string The URL.
Результат void