Click or drag to resize
IVoteContext Interface

Namespace: Innovator.Server
Assembly: Innovator.Client (in Innovator.Client.dll) Version: 2016.1.15.1759 (2016.01.15.1759)
Syntax
public interface IVoteContext : IWorkflowContext, 
	IContext

The IVoteContext type exposes the following members.

Properties
  NameDescription
Public propertyActivity
The activity during which the method is being called
(Inherited from IWorkflowContext.)
Public propertyAssignment
Which assignment the event pertains to
Public propertyConn (Inherited from IContext.)
Public propertyContext
The item which is the context of the workflow
(Inherited from IWorkflowContext.)
Public propertyErrorBuilder
Error builder which captures any errors which are encountered
(Inherited from IWorkflowContext.)
Public propertyException
Get the exception object created for any errors that have happened so far.
(Inherited from IWorkflowContext.)
Public propertyPath
The workflow path being voted for
Public propertyQueryDefaults
Method for modifying the query to get the context item
(Inherited from IWorkflowContext.)
Public propertyWorkflowEvent
The event for which the server method is being called
(Inherited from IWorkflowContext.)
Top
See Also