Class OrderFlow
- Namespace
- Dynamicweb.Ecommerce.Orders
- Assembly
- Dynamicweb.Ecommerce.dll
[Serializable]
public class OrderFlow
- Inheritance
-
OrderFlow
- Inherited Members
Constructors
OrderFlow()
Constructor for OrderFlow class.
public OrderFlow()
Properties
Description
Gets or sets the description.
public string Description { get; set; }
Property Value
- string
The description.
ID
Gets or sets the id.
public int ID { get; set; }
Property Value
IsDefault
Gets or sets a value indicating whether this instance is default.
public bool IsDefault { get; set; }
Property Value
- bool
true
if this instance is default; otherwise,false
.
IsNew
Indicates whether the current instance is new.
public bool IsNew { get; }
Property Value
- bool
Boolean statement.
Name
Gets or sets the name.
public string Name { get; set; }
Property Value
- string
The name.
OrderType
Gets or sets a type of this flow: for orders or for quotes
public OrderType OrderType { get; set; }