Class MoveOrderHookRequest
Inheritance
System.Object
MoveOrderHookRequest
Namespace: DirectScale.Disco.Extension.Hooks.Orders
Assembly: DirectScale.Disco.Extension.Abstractions.dll
Syntax
public class MoveOrderHookRequest : Object
Constructors
MoveOrderHookRequest()
Declaration
public MoveOrderHookRequest()
Properties
IsOrderLocked
Declaration
public bool IsOrderLocked { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Boolean |
Order
Declaration
public Order Order { get; set; }
Property Value
| Type | Description |
|---|---|
| Order |