Table of Contents

Class OrderContext

Namespace
Dynamicweb.Ecommerce.Orders
Assembly
Dynamicweb.Ecommerce.dll

Represents a order context

public class OrderContext
Inheritance
OrderContext
Inherited Members

Constructors

OrderContext()

Constructor for OrderContext class.

public OrderContext()

Properties

Id

Gets or sets the id.

public string Id { get; set; }

Property Value

string

The id.

Name

Gets or sets the name.

public string Name { get; set; }

Property Value

string

The name.

Shops

Gets or sets the shops.

public List<string> Shops { get; set; }

Property Value

List<string>

The shops.

To top