Class Inventory
Represents the catalog inventory objects.
Inheritance
System.Object
Inventory
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Mediachase.Commerce.Catalog.Objects
Assembly: Mediachase.Commerce.dll
Version: 10.8.0Syntax
[Obsolete("Use WarehouseInventories instead. Will remain at least until November 2016.")]
public class Inventory
Constructors
Inventory()
Declaration
public Inventory()
Properties
AllowBackorder
Represents whether to allow backorders.
Declaration
public bool AllowBackorder { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
AllowPreorder
Represents whether to allow pre-orders.
Declaration
public bool AllowPreorder { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
BackorderAvailabilityDate
Represents the availability date for the inventory's backorders.
Declaration
public DateTime BackorderAvailabilityDate { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime |
BackorderQuantity
Represents the inventory's backorder quantity.
Declaration
public decimal BackorderQuantity { get; set; }
Property Value
Type | Description |
---|---|
System.Decimal |
InStockQuantity
Represents the inventory's in-stock quantity.
Declaration
public decimal InStockQuantity { get; set; }
Property Value
Type | Description |
---|---|
System.Decimal |
InventoryStatus
Represents the inventory's status.
Declaration
public string InventoryStatus { get; set; }
Property Value
Type | Description |
---|---|
System.String |
PreorderAvailabilityDate
Represents the availability date for the inventory's pre-orders.
Declaration
public DateTime PreorderAvailabilityDate { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime |
PreorderQuantity
Represents the inventory's pre-order quantity.
Declaration
public decimal PreorderQuantity { get; set; }
Property Value
Type | Description |
---|---|
System.Decimal |
ReorderMinQuantity
Represents the inventory's minimum re-order quantity.
Declaration
public decimal ReorderMinQuantity { get; set; }
Property Value
Type | Description |
---|---|
System.Decimal |
ReservedQuantity
Represents the inventory's reserved quantity.
Declaration
public decimal ReservedQuantity { get; set; }
Property Value
Type | Description |
---|---|
System.Decimal |