Class AssortmentItem
- Namespace
- Dynamicweb.Ecommerce.Assortments
- Assembly
- Dynamicweb.Ecommerce.dll
AssortmentItem class.
[Serializable]
public class AssortmentItem
- Inheritance
-
AssortmentItem
- Inherited Members
Constructors
AssortmentItem()
Initializes a new instance of the AssortmentItem class.
public AssortmentItem()
Properties
AssortmentID
Gets or sets the Assortment this AssortmentItem.
public string AssortmentID { get; set; }
Property Value
- string
The assortment identifier.
AutoID
Gets the auto id of this AssortmentItem.
public int AutoID { get; }
Property Value
- int
The automatic identifier.
LanguageID
Gets or sets the language id of the Product this AssortmentItem represents.
public string LanguageID { get; set; }
Property Value
- string
The language identifier.
ProductID
Gets or sets the product id of the Product this AssortmentItem represents.
public string ProductID { get; set; }
Property Value
- string
The product identifier.
ProductVariantID
Gets or sets the product variant id of the Product this AssortmentItem represents.
public string ProductVariantID { get; set; }
Property Value
- string
The product variant identifier.
RelationAutoID
Gets or sets the relation auto id of the AssortmentRelation this AssortmentItem is part of.
public int RelationAutoID { get; set; }
Property Value
- int
The relation automatic identifier.
RelationType
Gets or sets the type of the AssortmentRelation this AssortmentItem is part of.
public string RelationType { get; set; }
Property Value
- string
The type of the relation.