Class WarehouseInventoryDto.WarehouseInventoryRow

Represents strongly named DataRow class.

Inheritance
System.Object
WarehouseInventoryDto.WarehouseInventoryRow
Namespace: Mediachase.Commerce.Inventory.Database
Assembly: Mediachase.Commerce.dll
Version: 10.8.0
Syntax
public class WarehouseInventoryRow : 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

CatalogEntryCode

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

InStockQuantity

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

InventoryStatus

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

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

WarehouseCode

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

Methods

IsAllowBackOrderNull()

Declaration
public bool IsAllowBackOrderNull()
Returns
Type Description
System.Boolean

IsAllowPreorderNull()

Declaration
public bool IsAllowPreorderNull()
Returns
Type Description
System.Boolean

IsBackorderAvailabilityDateNull()

Declaration
public bool IsBackorderAvailabilityDateNull()
Returns
Type Description
System.Boolean

IsBackorderQuantityNull()

Declaration
public bool IsBackorderQuantityNull()
Returns
Type Description
System.Boolean

IsInStockQuantityNull()

Declaration
public bool IsInStockQuantityNull()
Returns
Type Description
System.Boolean

IsInventoryStatusNull()

Declaration
public bool IsInventoryStatusNull()
Returns
Type Description
System.Boolean

IsPreorderAvailabilityDateNull()

Declaration
public bool IsPreorderAvailabilityDateNull()
Returns
Type Description
System.Boolean

IsPreorderQuantityNull()

Declaration
public bool IsPreorderQuantityNull()
Returns
Type Description
System.Boolean

IsReorderMinQuantityNull()

Declaration
public bool IsReorderMinQuantityNull()
Returns
Type Description
System.Boolean

IsReservedQuantityNull()

Declaration
public bool IsReservedQuantityNull()
Returns
Type Description
System.Boolean

SetAllowBackOrderNull()

Declaration
public void SetAllowBackOrderNull()

SetAllowPreorderNull()

Declaration
public void SetAllowPreorderNull()

SetBackorderAvailabilityDateNull()

Declaration
public void SetBackorderAvailabilityDateNull()

SetBackorderQuantityNull()

Declaration
public void SetBackorderQuantityNull()

SetInStockQuantityNull()

Declaration
public void SetInStockQuantityNull()

SetInventoryStatusNull()

Declaration
public void SetInventoryStatusNull()

SetPreorderAvailabilityDateNull()

Declaration
public void SetPreorderAvailabilityDateNull()

SetPreorderQuantityNull()

Declaration
public void SetPreorderQuantityNull()

SetReorderMinQuantityNull()

Declaration
public void SetReorderMinQuantityNull()

SetReservedQuantityNull()

Declaration
public void SetReservedQuantityNull()