Table of Contents

Class OrderContext

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

Represents a order context

public class OrderContext : IDisplayName
Inheritance
OrderContext
Implements
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.

Methods

GetDisplayName()

Yields a human-readable name for rendering.

public string GetDisplayName()

Returns

string

name

To top