Interface IDelegateContext
Context for a server method which runs on a Workflow delegation
Inherited Members
Namespace: Innovator.Server
Assembly: Innovator.Client.dll
Syntax
public interface IDelegateContext : IWorkflowContext, IContext
Properties
| Improve this Doc View SourceAssignment
Which assignment the event pertains to
Declaration
IReadOnlyItem Assignment { get; }
Property Value
Type | Description |
---|---|
IReadOnlyItem |
DelegateTo
The identity which is being delegated to
Declaration
IReadOnlyItem DelegateTo { get; }
Property Value
Type | Description |
---|---|
IReadOnlyItem |