Class Warehouse
Inheritance
System.Object
Warehouse
Implements
EPiServer.Data.Entity.IReadOnly
Assembly: Mediachase.Commerce.dll
Version: 14.26.0
public class Warehouse : Object, IWarehouse, IReadOnly<IWarehouse>, IReadOnly
Constructors
Declaration
Declaration
public Warehouse(IWarehouse copyFrom)
Parameters
Properties
Declaration
public string Code { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public IWarehouseContactInformation ContactInformation { get; set; }
Property Value
Declaration
public DateTime Created { get; set; }
Property Value
Type |
Description |
System.DateTime |
|
Declaration
public string CreatorId { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public int FulfillmentPriorityOrder { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
Declaration
public bool IsActive { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Declaration
public bool IsDeliveryLocation { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Declaration
public bool IsFulfillmentCenter { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Declaration
public bool IsPickupLocation { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Declaration
public bool IsPrimary { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Declaration
public bool IsReadOnly { get; }
Property Value
Type |
Description |
System.Boolean |
|
Declaration
public DateTime Modified { get; set; }
Property Value
Type |
Description |
System.DateTime |
|
Declaration
public string ModifierId { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public string Name { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public int SortOrder { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
Declaration
public Nullable<int> WarehouseId { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Int32> |
|
Methods
Declaration
public IWarehouse CreateWritableClone()
Returns
Declaration
public void MakeReadOnly()
Implements
EPiServer.Data.Entity.IReadOnly<>
EPiServer.Data.Entity.IReadOnly