London Dev Meetup Rescheduled! Due to unavoidable reasons, the event has been moved to 21st May. Speakers remain the same—any changes will be communicated. Seats are limited—register here to secure your spot!

Class HandoffActivityBase

Inheritance
System.Object
HandoffActivityBase
Namespace: Mediachase.Commerce.Workflow.Activities.PurchaseOrderActivities
Assembly: Mediachase.Commerce.Workflow.dll
Version: 13.30.0
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>