Table of Contents

Class OrderStateTranslation

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

Represents a translation of the order state.

[Serializable]
public class OrderStateTranslation : Translation, ICloneable
Inheritance
OrderStateTranslation
Implements
Inherited Members

Constructors

OrderStateTranslation(string)

Creates an instance of OrderStateTranslation.

public OrderStateTranslation(string languageId)

Parameters

languageId string

Order state translation language

Properties

Description

Gets or sets the description.

public string Description { get; set; }

Property Value

string

The description.

Name

Gets or sets the name.

public string Name { get; set; }

Property Value

string

The name.

To top