Show / Hide Table of Contents

Interface IVoteContext

Context for a server method which runs on a Workflow vote

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 IVoteContext : 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

Path

The workflow path being voted for

Declaration
string Path { get; }
Property Value
Type Description
System.String
  • Improve this Doc
  • View Source
Back to top Copyright © 2015-2017 Microsoft
Generated by DocFX