Class ProductDataSet.EntryStockRow
Represents strongly named DataRow class.
Inheritance
System.Object
ProductDataSet.EntryStockRow
Assembly: Mediachase.WebConsoleLib.dll
Version: 10.8.0
Syntax
public class EntryStockRow : 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 |
|
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 |
|
Name
Declaration
public string Name { 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 |
|
SkuId
Declaration
public string SkuId { get; set; }
Property Value
Type |
Description |
System.String |
|
WarehouseCode
Declaration
public string WarehouseCode { get; set; }
Property Value
Type |
Description |
System.String |
|
WarehouseName
Declaration
public string WarehouseName { get; set; }
Property Value
Type |
Description |
System.String |
|
Methods
Declaration
Returns
Type |
Description |
System.Boolean |
|
Declaration
public bool IsWarehouseNameNull()
Returns
Type |
Description |
System.Boolean |
|
Declaration
public void SetNameNull()
Declaration
public void SetWarehouseNameNull()