Class VoteContext
Context for a server method which runs on a Workflow vote
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 VoteContext : WorkflowContext, IVoteContext, IWorkflowContext, IContext
Constructors
| Improve this Doc View SourceVoteContext(IServerConnection, IReadOnlyItem)
Initializes a new instance of the VoteContext class.
Declaration
public VoteContext(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 SourcePath
The workflow path being voted for
Declaration
public string Path { get; }
Property Value
Type | Description |
---|---|
System.String |