Class WarehouseInventoryDto.WarehouseInventoryRow
Represents strongly named DataRow class.
Inheritance
System.Object
WarehouseInventoryDto.WarehouseInventoryRow
Assembly: Mediachase.Commerce.dll
Version: 10.8.0
public class WarehouseInventoryRow : DataRow
Properties
Declaration
public bool AllowBackOrder { get; set; }
Property Value
| Type |
Description |
| System.Boolean |
|
Declaration
public bool AllowPreorder { get; set; }
Property Value
| Type |
Description |
| System.Boolean |
|
Declaration
public Guid ApplicationId { get; set; }
Property Value
| Type |
Description |
| System.Guid |
|
Declaration
public DateTime BackorderAvailabilityDate { get; set; }
Property Value
| Type |
Description |
| System.DateTime |
|
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 |
|
Declaration
public decimal InStockQuantity { get; set; }
Property Value
| Type |
Description |
| System.Decimal |
|
Declaration
public string InventoryStatus { get; set; }
Property Value
| Type |
Description |
| System.String |
|
Declaration
public DateTime PreorderAvailabilityDate { get; set; }
Property Value
| Type |
Description |
| System.DateTime |
|
Declaration
public decimal PreorderQuantity { get; set; }
Property Value
| Type |
Description |
| System.Decimal |
|
Declaration
public decimal ReorderMinQuantity { get; set; }
Property Value
| Type |
Description |
| System.Decimal |
|
Declaration
public decimal ReservedQuantity { get; set; }
Property Value
| Type |
Description |
| System.Decimal |
|
Declaration
public string WarehouseCode { get; set; }
Property Value
| Type |
Description |
| System.String |
|
Methods
Declaration
public bool IsAllowBackOrderNull()
Returns
| Type |
Description |
| System.Boolean |
|
Declaration
public bool IsAllowPreorderNull()
Returns
| Type |
Description |
| System.Boolean |
|
Declaration
public bool IsBackorderAvailabilityDateNull()
Returns
| Type |
Description |
| System.Boolean |
|
Declaration
public bool IsBackorderQuantityNull()
Returns
| Type |
Description |
| System.Boolean |
|
Declaration
public bool IsInStockQuantityNull()
Returns
| Type |
Description |
| System.Boolean |
|
Declaration
public bool IsInventoryStatusNull()
Returns
| Type |
Description |
| System.Boolean |
|
Declaration
public bool IsPreorderAvailabilityDateNull()
Returns
| Type |
Description |
| System.Boolean |
|
Declaration
public bool IsPreorderQuantityNull()
Returns
| Type |
Description |
| System.Boolean |
|
Declaration
public bool IsReorderMinQuantityNull()
Returns
| Type |
Description |
| System.Boolean |
|
Declaration
public bool IsReservedQuantityNull()
Returns
| Type |
Description |
| System.Boolean |
|
Declaration
public void SetAllowBackOrderNull()
Declaration
public void SetAllowPreorderNull()
Declaration
public void SetBackorderAvailabilityDateNull()
Declaration
public void SetBackorderQuantityNull()
Declaration
public void SetInStockQuantityNull()
Declaration
public void SetInventoryStatusNull()
Declaration
public void SetPreorderAvailabilityDateNull()
Declaration
public void SetPreorderQuantityNull()
Declaration
public void SetReorderMinQuantityNull()
Declaration
public void SetReservedQuantityNull()