Class OrderStateViewModel
- Namespace
- Dynamicweb.Ecommerce.Frontend
- Assembly
- Dynamicweb.Ecommerce.dll
Represents the view model for the order state in the e-commerce frontend.
public class OrderStateViewModel : ViewModelBase
- Inheritance
-
OrderStateViewModel
- Inherited Members
Properties
Description
Gets or sets the description of the order state.
public string? Description { get; set; }
Property Value
Id
Gets or sets the unique identifier for the order state.
public string Id { get; set; }
Property Value
Name
Gets or sets the name of the order state.
public string Name { get; set; }
Property Value
StateColor
Gets or sets the color associated with the order state.
public ColorViewModel? StateColor { get; set; }