Table of Contents

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

string

Id

Gets or sets the unique identifier for the order state.

public string Id { get; set; }

Property Value

string

Name

Gets or sets the name of the order state.

public string Name { get; set; }

Property Value

string

StateColor

Gets or sets the color associated with the order state.

public ColorViewModel? StateColor { get; set; }

Property Value

ColorViewModel
To top