Interface IVoteContext
Context for a server method which runs on a Workflow vote
Inherited Members
Namespace: Innovator.Server
Assembly: Innovator.Client.dll
Syntax
public interface IVoteContext : IWorkflowContext, IContext
Properties
| Improve this Doc View SourceAssignment
Which assignment the event pertains to
Declaration
IReadOnlyItem Assignment { get; }
Property Value
Type | Description |
---|---|
IReadOnlyItem |
Path
The workflow path being voted for
Declaration
string Path { get; }
Property Value
Type | Description |
---|---|
System.String |