Class InventoryRecordModel
Inheritance
System.Object
InventoryRecordModel
Assembly: EPiServer.Commerce.Shell.dll
Version: 14.26.0
public class InventoryRecordModel : Object
Constructors
Declaration
public InventoryRecordModel()
Declaration
public InventoryRecordModel(string catalogEntryCode)
Parameters
Type |
Name |
Description |
System.String |
catalogEntryCode |
|
Properties
Declaration
public Decimal BackorderAvailableQuantity { get; set; }
Property Value
Type |
Description |
System.Decimal |
|
Declaration
public Nullable<DateTime> BackorderAvailableUtc { get; set; }
Property Value
Type |
Description |
System.Nullable<System.DateTime> |
|
CatalogEntryCode
Declaration
public string CatalogEntryCode { get; set; }
Property Value
Type |
Description |
System.String |
|
ContentLink
Declaration
public ContentReference ContentLink { get; set; }
Property Value
Type |
Description |
EPiServer.Core.ContentReference |
|
Declaration
public bool IsTracked { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Declaration
public Nullable<DateTime> PreorderAvailableUtc { get; set; }
Property Value
Type |
Description |
System.Nullable<System.DateTime> |
|
Declaration
public Decimal PreorderQuantity { get; set; }
Property Value
Type |
Description |
System.Decimal |
|
Declaration
public Decimal PurchaseAvailableQuantity { get; set; }
Property Value
Type |
Description |
System.Decimal |
|
Declaration
public DateTime PurchaseAvailableUtc { get; set; }
Property Value
Type |
Description |
System.DateTime |
|
Declaration
public Decimal ReorderMinQuantity { get; set; }
Property Value
Type |
Description |
System.Decimal |
|
Declaration
public string WarehouseCode { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public string WarehouseName { get; set; }
Property Value
Type |
Description |
System.String |
|