C# Class Atomia.Web.Plugin.PublicOrder.Helpers.OrderOptions

Payment options. If new needed just add another public static field with proper value.
Datei anzeigen Open project: atomia/OrderPage

Public Properties

Property Type Description
New OrderOptions
Own OrderOptions
Sub OrderOptions

Public Methods

Method Description
GetOrderOption ( string value ) : OrderOptions

Gets the order option.

ToString ( ) : string

Returns a System.String that represents this instance.

Protected Methods

Method Description
OrderOptions ( string value )

Initializes a new instance of the OrderOptions class.

Method Details

GetOrderOption() public static method

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

OrderOptions() protected method

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

ToString() public method

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

Property Details

New public_oe static_oe property

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

Own public_oe static_oe property

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

Sub public_oe static_oe property

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