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

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

Méthodes publiques

Свойство Type Description
New OrderOptions
Own OrderOptions
Sub OrderOptions

Méthodes publiques

Méthode Description
GetOrderOption ( string value ) : OrderOptions

Gets the order option.

ToString ( ) : string

Returns a System.String that represents this instance.

Méthodes protégées

Méthode Description
OrderOptions ( string value )

Initializes a new instance of the OrderOptions class.

Method Details

GetOrderOption() public static méthode

Gets the order option.
public static GetOrderOption ( string value ) : OrderOptions
value string The value.
Résultat OrderOptions

OrderOptions() protected méthode

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

ToString() public méthode

Returns a System.String that represents this instance.
public ToString ( ) : string
Résultat string

Property Details

New public_oe static_oe property

New domain option.
public static OrderOptions,Atomia.Web.Plugin.PublicOrder.Helpers New
Résultat OrderOptions

Own public_oe static_oe property

Own domain option.
public static OrderOptions,Atomia.Web.Plugin.PublicOrder.Helpers Own
Résultat OrderOptions

Sub public_oe static_oe property

Subdomain option.
public static OrderOptions,Atomia.Web.Plugin.PublicOrder.Helpers Sub
Résultat OrderOptions