Class Warehouse
Inheritance
System.Object
Warehouse
Implements
EPiServer.Data.Entity.IReadOnly
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()
Assembly: Mediachase.Commerce.dll
Version: 13.30.0
public class Warehouse : 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 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