November Happy Hour will be moved to Thursday December 5th.

Class HandoffActivityBase

Namespace: Mediachase.Commerce.Workflow.Activities.PurchaseOrderActivities
Assembly: Mediachase.Commerce.Workflow.dll
Version: 12.17.2
Syntax
public abstract class HandoffActivityBase : OrderGroupActivityBase

Constructors

HandoffActivityBase()

Declaration
protected HandoffActivityBase()

Properties

PickupWarehouseInShipment

Declaration
[ActivityFlowContextProperty]
public Dictionary<int, IWarehouse> PickupWarehouseInShipment { get; set; }
Property Value
Type Description
System.Collections.Generic.Dictionary<System.Int32, IWarehouse>