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 Warehouse

Inheritance
System.Object
Warehouse
Implements
EPiServer.Data.Entity.IReadOnly<IWarehouse>
EPiServer.Data.Entity.IReadOnly
Namespace: Mediachase.Commerce.Inventory
Assembly: Mediachase.Commerce.dll
Version: 14.26.0
Syntax
public class Warehouse : Object, IWarehouse, IReadOnly<IWarehouse>, IReadOnly

Constructors

Warehouse()

Declaration
public Warehouse()

Warehouse(IWarehouse)

Declaration
public Warehouse(IWarehouse copyFrom)
Parameters
Type Name Description
IWarehouse copyFrom

Properties

Code

Declaration
public string Code { get; set; }
Property Value
Type Description
System.String

ContactInformation

Declaration
public IWarehouseContactInformation ContactInformation { get; set; }
Property Value
Type Description
IWarehouseContactInformation

Created

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

CreatorId

Declaration
public string CreatorId { get; set; }
Property Value
Type Description
System.String

FulfillmentPriorityOrder

Declaration
public int FulfillmentPriorityOrder { get; set; }
Property Value
Type Description
System.Int32

IsActive

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

IsDeliveryLocation

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

IsFulfillmentCenter

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

IsPickupLocation

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

IsPrimary

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

IsReadOnly

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

Modified

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

ModifierId

Declaration
public string ModifierId { get; set; }
Property Value
Type Description
System.String

Name

Declaration
public string Name { get; set; }
Property Value
Type Description
System.String

SortOrder

Declaration
public int SortOrder { get; set; }
Property Value
Type Description
System.Int32

WarehouseId

Declaration
public Nullable<int> WarehouseId { get; set; }
Property Value
Type Description
System.Nullable<System.Int32>

Methods

CreateWritableClone()

Declaration
public IWarehouse CreateWritableClone()
Returns
Type Description
IWarehouse

MakeReadOnly()

Declaration
public void MakeReadOnly()

Implements

EPiServer.Data.Entity.IReadOnly<>
EPiServer.Data.Entity.IReadOnly