C# 클래스 Atomia.Web.Plugin.PublicOrder.Helpers.ResellerHelper

Hepler class for reseller related logic.
파일 보기 프로젝트 열기: atomia/OrderPage

공개 메소드들

메소드 설명
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