Show / Hide Table of Contents

Class VoteContext

Context for a server method which runs on a Workflow vote

Inheritance
System.Object
WorkflowContext
VoteContext
Inherited Members
WorkflowContext.Activity
WorkflowContext.Conn
WorkflowContext.Context
WorkflowContext.ErrorBuilder
WorkflowContext.Exception
WorkflowContext.WorkflowEvent
WorkflowContext.QueryDefaults
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 Source

VoteContext(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 Source

Assignment

Which assignment the event pertains to

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

Path

The workflow path being voted for

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