Show / Hide Table of Contents

Interface IDelegateContext

Context for a server method which runs on a Workflow delegation

Inherited Members
IWorkflowContext.Activity
IWorkflowContext.Context
IWorkflowContext.WorkflowEvent
IWorkflowContext.ErrorBuilder
IWorkflowContext.Exception
IWorkflowContext.QueryDefaults
IContext.Conn
Namespace: Innovator.Server
Assembly: Innovator.Client.dll
Syntax
public interface IDelegateContext : IWorkflowContext, IContext

Properties

| Improve this Doc View Source

Assignment

Which assignment the event pertains to

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

DelegateTo

The identity which is being delegated to

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