Class DelegateContext
Context for a server method which runs on a Workflow delegation
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Innovator.Server
Assembly: Innovator.Client.dll
Syntax
public class DelegateContext : WorkflowContext, IDelegateContext, IWorkflowContext, IContext
Constructors
| Improve this Doc View SourceDelegateContext(IServerConnection, IReadOnlyItem)
Initializes a new instance of the DelegateContext class.
Declaration
public DelegateContext(IServerConnection conn, IReadOnlyItem item)
Parameters
Type | Name | Description |
---|---|---|
IServerConnection | conn | The connection. |
IReadOnlyItem | item | The item. |
Properties
| Improve this Doc View SourceAssignment
Which assignment the event pertains to
Declaration
public IReadOnlyItem Assignment { get; }
Property Value
Type | Description |
---|---|
IReadOnlyItem |
Implements
| Improve this Doc View SourceDelegateTo
The identity which is being delegated to
Declaration
public IReadOnlyItem DelegateTo { get; }
Property Value
Type | Description |
---|---|
IReadOnlyItem |