London Dev Meetup Rescheduled! Due to unavoidable reasons, the event has been moved to 21st May. Speakers remain the same—any changes will be communicated. Seats are limited—register here to secure your spot!

Class InventoryRecordModel

Inheritance
System.Object
InventoryRecordModel
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: EPiServer.Commerce.Shell.ObjectEditing.InternalMetadata
Assembly: EPiServer.Commerce.Shell.dll
Version: 13.30.0
Syntax
public class InventoryRecordModel

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 DateTime? BackorderAvailableUtc { get; set; }
Property Value
Type Description
System.Nullable<System.DateTime>

CatalogEntryCode

Declaration
public string CatalogEntryCode { get; }
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 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