With Opticon around the corner, we'll be canceling this month's (Sept) Happy Hour.

Class Warehouse

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