Class StockLevel
Inheritance
System.Object
StockLevel
Assembly: DirectScale.Disco.Extension.Abstractions.dll
Syntax
public class StockLevel : Object
Constructors
StockLevel()
Declaration
Properties
AlertClass
Declaration
public string AlertClass { get; }
Property Value
Type |
Description |
System.String |
|
Avaliable
Declaration
public double Avaliable { get; }
Property Value
Type |
Description |
System.Double |
|
BaseCost
Declaration
public double BaseCost { get; set; }
Property Value
Type |
Description |
System.Double |
|
Bin
Declaration
public string Bin { get; set; }
Property Value
Type |
Description |
System.String |
|
BurdenCost
Declaration
public double BurdenCost { get; set; }
Property Value
Type |
Description |
System.Double |
|
Committed
Declaration
public double Committed { get; set; }
Property Value
Type |
Description |
System.Double |
|
ItemId
Declaration
public int ItemId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
last_modified
Declaration
public DateTime last_modified { get; set; }
Property Value
Type |
Description |
System.DateTime |
|
MinOrder
Declaration
public double MinOrder { get; set; }
Property Value
Type |
Description |
System.Double |
|
OnHand
Declaration
public double OnHand { get; set; }
Property Value
Type |
Description |
System.Double |
|
OnOrder
Declaration
public double OnOrder { get; set; }
Property Value
Type |
Description |
System.Double |
|
ReOrderLevel
Declaration
public double ReOrderLevel { get; set; }
Property Value
Type |
Description |
System.Double |
|
Status
Declaration
public string Status { get; }
Property Value
Type |
Description |
System.String |
|
StatusIndex
Declaration
public int StatusIndex { get; }
Property Value
Type |
Description |
System.Int32 |
|
TrackItemStock
Declaration
public bool TrackItemStock { get; }
Property Value
Type |
Description |
System.Boolean |
|
TrackStock
Declaration
public int TrackStock { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
WarehouseId
Declaration
public int WarehouseId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|