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

Payment options. If new needed just add another public static field with proper value.
파일 보기 프로젝트 열기: atomia/OrderPage

공개 프로퍼티들

프로퍼티 타입 설명
New OrderOptions
Own OrderOptions
Sub OrderOptions

공개 메소드들

메소드 설명
GetOrderOption ( string value ) : OrderOptions

Gets the order option.

ToString ( ) : string

Returns a System.String that represents this instance.

보호된 메소드들

메소드 설명
OrderOptions ( string value )

Initializes a new instance of the OrderOptions class.

메소드 상세

GetOrderOption() 공개 정적인 메소드

Gets the order option.
public static GetOrderOption ( string value ) : OrderOptions
value string The value.
리턴 OrderOptions

OrderOptions() 보호된 메소드

Initializes a new instance of the OrderOptions class.
protected OrderOptions ( string value )
value string The value.

ToString() 공개 메소드

Returns a System.String that represents this instance.
public ToString ( ) : string
리턴 string

프로퍼티 상세

New 공개적으로 정적으로 프로퍼티

New domain option.
public static OrderOptions,Atomia.Web.Plugin.PublicOrder.Helpers New
리턴 OrderOptions

Own 공개적으로 정적으로 프로퍼티

Own domain option.
public static OrderOptions,Atomia.Web.Plugin.PublicOrder.Helpers Own
리턴 OrderOptions

Sub 공개적으로 정적으로 프로퍼티

Subdomain option.
public static OrderOptions,Atomia.Web.Plugin.PublicOrder.Helpers Sub
리턴 OrderOptions