Class ItemAttributes
Contains collection of item attributes with their weights and images.
Inheritance
System.Object
ItemAttributes
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Mediachase.Commerce.Catalog.Objects
Assembly: Mediachase.Commerce.dll
Version: 13.30.0Syntax
public class ItemAttributes
Constructors
ItemAttributes()
Declaration
public ItemAttributes()
Properties
Attribute
Gets or sets the attribute.
Declaration
public ItemAttribute[] Attribute { get; set; }
Property Value
Type | Description |
---|---|
ItemAttribute[] | The attribute. |
CreatedBy
Gets or sets the created by.
Declaration
public string CreatedBy { get; set; }
Property Value
Type | Description |
---|---|
System.String | The created by. |
CreatedDate
Gets or sets the created date.
Declaration
public DateTime CreatedDate { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The created date. |
Files
Gets or sets the files.
Declaration
public ItemFiles Files { get; set; }
Property Value
Type | Description |
---|---|
ItemFiles | The files. |
Images
Gets or sets the images.
Declaration
public Images Images { get; set; }
Property Value
Type | Description |
---|---|
Images | The images. |
Item[String]
Gets the ItemAttribute with the specified name.
Declaration
public ItemAttribute this[string name] { get; }
Parameters
Type | Name | Description |
---|---|---|
System.String | name |
Property Value
Type | Description |
---|---|
ItemAttribute |
MaxQuantity
Gets or sets the max quantity.
Declaration
public decimal MaxQuantity { get; set; }
Property Value
Type | Description |
---|---|
System.Decimal | The max quantity. |
MinQuantity
Gets or sets the min quantity.
Declaration
public decimal MinQuantity { get; set; }
Property Value
Type | Description |
---|---|
System.Decimal | The min quantity. |
ModifiedBy
Gets or sets the modified by.
Declaration
public string ModifiedBy { get; set; }
Property Value
Type | Description |
---|---|
System.String | The modified by. |
ModifiedDate
Gets or sets the modified date.
Declaration
public DateTime ModifiedDate { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The modified date. |
TaxCategory
Gets or sets the tax category.
Declaration
public int TaxCategory { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The tax category. |
Weight
Gets or sets the weight.
Declaration
public NonNegativeIntegerWithUnits Weight { get; set; }
Property Value
Type | Description |
---|---|
NonNegativeIntegerWithUnits | The weight. |