Show / Hide Table of Contents

Class DelegateContext

Context for a server method which runs on a Workflow delegation

Inheritance
System.Object
WorkflowContext
DelegateContext
Inherited Members
WorkflowContext.Activity
WorkflowContext.Conn
WorkflowContext.Context
WorkflowContext.ErrorBuilder
WorkflowContext.Exception
WorkflowContext.WorkflowEvent
WorkflowContext.QueryDefaults
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 Source

DelegateContext(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 Source

Assignment

Which assignment the event pertains to

Declaration
public IReadOnlyItem Assignment { get; }
Property Value
Type Description
IReadOnlyItem
Implements
IDelegateContext.Assignment
| Improve this Doc View Source

DelegateTo

The identity which is being delegated to

Declaration
public IReadOnlyItem DelegateTo { get; }
Property Value
Type Description
IReadOnlyItem
Implements
IDelegateContext.DelegateTo
  • Improve this Doc
  • View Source
Back to top Copyright © 2015-2017 Microsoft
Generated by DocFX