Five New Optimizely Certifications are Here! Validate your expertise and advance your career with our latest certification exams. Click here to find out more

Class InventoryRecordModel

Inheritance
System.Object
InventoryRecordModel
Namespace: EPiServer.Commerce.Shell.ObjectEditing.InternalMetadata
Assembly: EPiServer.Commerce.Shell.dll
Version: 14.26.0
Syntax
public class InventoryRecordModel : Object

Constructors

InventoryRecordModel()

Declaration
public InventoryRecordModel()

InventoryRecordModel(String)

Declaration
public InventoryRecordModel(string catalogEntryCode)
Parameters
Type Name Description
System.String catalogEntryCode

Properties

BackorderAvailableQuantity

Declaration
public Decimal BackorderAvailableQuantity { get; set; }
Property Value
Type Description
System.Decimal

BackorderAvailableUtc

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
Declaration
public ContentReference ContentLink { get; set; }
Property Value
Type Description
EPiServer.Core.ContentReference

IsTracked

Declaration
public bool IsTracked { get; set; }
Property Value
Type Description
System.Boolean

PreorderAvailableUtc

Declaration
public Nullable<DateTime> PreorderAvailableUtc { get; set; }
Property Value
Type Description
System.Nullable<System.DateTime>

PreorderQuantity

Declaration
public Decimal PreorderQuantity { get; set; }
Property Value
Type Description
System.Decimal

PurchaseAvailableQuantity

Declaration
public Decimal PurchaseAvailableQuantity { get; set; }
Property Value
Type Description
System.Decimal

PurchaseAvailableUtc

Declaration
public DateTime PurchaseAvailableUtc { get; set; }
Property Value
Type Description
System.DateTime

ReorderMinQuantity

Declaration
public Decimal ReorderMinQuantity { get; set; }
Property Value
Type Description
System.Decimal

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