Class ExecuteWorkflowRequest
Inheritance
System.Object
ExecuteWorkflowRequest
Assembly: Cmc.Nexus.Academics.Contracts.dll
Syntax
public class ExecuteWorkflowRequest : ServiceRequest
Constructors
ExecuteWorkflowRequest()
Declaration
public ExecuteWorkflowRequest()
Properties
ElectivePoolId
Declaration
public int ElectivePoolId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
EntityType
Declaration
public string EntityType { get; set; }
Property Value
Type |
Description |
System.String |
|
EventType
Declaration
public string EventType { get; set; }
Property Value
Type |
Description |
System.String |
|
RuleIdentifier
Declaration
public Guid RuleIdentifier { get; set; }
Property Value
Type |
Description |
System.Guid |
|
RuleTable
Declaration
public string RuleTable { get; set; }
Property Value
Type |
Description |
System.String |
|
WorkflowName
Declaration
public string WorkflowName { get; set; }
Property Value
Type |
Description |
System.String |
|