Class CatalogEntryDto.InventoryRow

Represents strongly named DataRow class.

Inheritance
System.Object
CatalogEntryDto.InventoryRow
Namespace: Mediachase.Commerce.Catalog.Dto
Assembly: Mediachase.Commerce.dll
Version: 10.8.0
Syntax
[Obsolete("This class is no longer used. To populate inventory data, use InventoryService instead. Will remain at least until May 2016.")]
public class InventoryRow : DataRow

Properties

AllowBackorder

Declaration
public bool AllowBackorder { get; set; }
Property Value
Type Description
System.Boolean

AllowPreorder

Declaration
public bool AllowPreorder { get; set; }
Property Value
Type Description
System.Boolean

ApplicationId

Declaration
public Guid ApplicationId { get; set; }
Property Value
Type Description
System.Guid

BackorderAvailabilityDate

Declaration
public DateTime BackorderAvailabilityDate { get; set; }
Property Value
Type Description
System.DateTime

BackorderQuantity

Declaration
public decimal BackorderQuantity { get; set; }
Property Value
Type Description
System.Decimal

InStockQuantity

Declaration
public decimal InStockQuantity { get; set; }
Property Value
Type Description
System.Decimal

InventoryStatus

Declaration
public int InventoryStatus { get; set; }
Property Value
Type Description
System.Int32

PreorderAvailabilityDate

Declaration
public DateTime PreorderAvailabilityDate { get; set; }
Property Value
Type Description
System.DateTime

PreorderQuantity

Declaration
public decimal PreorderQuantity { get; set; }
Property Value
Type Description
System.Decimal

ReorderMinQuantity

Declaration
public decimal ReorderMinQuantity { get; set; }
Property Value
Type Description
System.Decimal

ReservedQuantity

Declaration
public decimal ReservedQuantity { get; set; }
Property Value
Type Description
System.Decimal

SkuId

Declaration
public string SkuId { get; set; }
Property Value
Type Description
System.String

Methods

GetCatalogEntryRows()

Declaration
public CatalogEntryDto.CatalogEntryRow[] GetCatalogEntryRows()
Returns
Type Description
CatalogEntryDto.CatalogEntryRow[]