Class Warehouse

Inheritance
System.Object
Warehouse
Implements
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: 10.8.0
Syntax
public class Warehouse : IWarehouse

Constructors

Warehouse()

Declaration
public Warehouse()

Warehouse(IWarehouse)

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

Properties

ApplicationId

Declaration
public Guid ApplicationId { get; set; }
Property Value
Type Description
System.Guid

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

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>

Implements