Table of Contents

Class AssortmentTranslation

Namespace
Dynamicweb.Ecommerce.Assortments
Assembly
Dynamicweb.Ecommerce.dll

Represents a translation of assortment.

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

Constructors

AssortmentTranslation(string)

Creates an instance of AssortmentTranslation.

public AssortmentTranslation(string languageId)

Parameters

languageId string

Assortment language

Properties

Name

Gets or sets the translated assortment name.

public string Name { get; set; }

Property Value

string

Number

Gets or sets the translated assortment number.

public string Number { get; set; }

Property Value

string
To top