Class OrderFlowViewModel
- Namespace
- Dynamicweb.Ecommerce.Frontend
- Assembly
- Dynamicweb.Ecommerce.dll
public sealed class OrderFlowViewModel : ViewModelBase
- Inheritance
-
OrderFlowViewModel
- Inherited Members
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
trueif this instance is default; otherwise,false.
Name
Gets or sets the name.
public string Name { get; set; }
Property Value
- string
The name.
OrderStates
Gets or sets the collection of order states associated with this order flow.
public IEnumerable<OrderStateViewModel> OrderStates { get; set; }
Property Value
- IEnumerable<OrderStateViewModel>
An IEnumerable<T> representing the order states.
OrderType
Gets or sets a type of this flow: for orders or for quotes
public OrderType OrderType { get; set; }