Class CatalogEntryDto.VariationRow
Represents strongly named DataRow class.
Inheritance
System.Object
CatalogEntryDto.VariationRow
Assembly: Mediachase.Commerce.dll
Version: 12.17.2
Syntax
public class VariationRow : DataRow
Properties
CatalogEntryId
Declaration
public int CatalogEntryId { get; set; }
Property Value
| Type |
Description |
| System.Int32 |
|
CatalogEntryRow
Declaration
public CatalogEntryDto.CatalogEntryRow CatalogEntryRow { get; set; }
Property Value
Height
Declaration
public double Height { get; set; }
Property Value
| Type |
Description |
| System.Double |
|
Length
Declaration
public double Length { get; set; }
Property Value
| Type |
Description |
| System.Double |
|
ListPrice
Declaration
public decimal ListPrice { get; set; }
Property Value
| Type |
Description |
| System.Decimal |
|
MaxQuantity
Declaration
public decimal MaxQuantity { get; set; }
Property Value
| Type |
Description |
| System.Decimal |
|
MerchantId
Declaration
public Guid MerchantId { get; set; }
Property Value
| Type |
Description |
| System.Guid |
|
MinQuantity
Declaration
public decimal MinQuantity { get; set; }
Property Value
| Type |
Description |
| System.Decimal |
|
PackageId
Declaration
public int PackageId { get; set; }
Property Value
| Type |
Description |
| System.Int32 |
|
TaxCategoryId
Declaration
public int TaxCategoryId { get; set; }
Property Value
| Type |
Description |
| System.Int32 |
|
TrackInventory
Declaration
public bool TrackInventory { get; set; }
Property Value
| Type |
Description |
| System.Boolean |
|
WarehouseId
Declaration
public int WarehouseId { get; set; }
Property Value
| Type |
Description |
| System.Int32 |
|
Weight
Declaration
public double Weight { get; set; }
Property Value
| Type |
Description |
| System.Double |
|
Width
Declaration
public double Width { get; set; }
Property Value
| Type |
Description |
| System.Double |
|
Methods
IsHeightNull()
Declaration
public bool IsHeightNull()
Returns
| Type |
Description |
| System.Boolean |
|
IsLengthNull()
Declaration
public bool IsLengthNull()
Returns
| Type |
Description |
| System.Boolean |
|
IsListPriceNull()
Declaration
public bool IsListPriceNull()
Returns
| Type |
Description |
| System.Boolean |
|
IsMaxQuantityNull()
Declaration
public bool IsMaxQuantityNull()
Returns
| Type |
Description |
| System.Boolean |
|
IsMerchantIdNull()
Declaration
public bool IsMerchantIdNull()
Returns
| Type |
Description |
| System.Boolean |
|
IsMinQuantityNull()
Declaration
public bool IsMinQuantityNull()
Returns
| Type |
Description |
| System.Boolean |
|
IsWidthNull()
Declaration
public bool IsWidthNull()
Returns
| Type |
Description |
| System.Boolean |
|
SetHeightNull()
Declaration
public void SetHeightNull()
SetLengthNull()
Declaration
public void SetLengthNull()
SetListPriceNull()
Declaration
public void SetListPriceNull()
SetMaxQuantityNull()
Declaration
public void SetMaxQuantityNull()
SetMerchantIdNull()
Declaration
public void SetMerchantIdNull()
SetMinQuantityNull()
Declaration
public void SetMinQuantityNull()
SetWidthNull()
Declaration
public void SetWidthNull()