Class CreateRuleFromPublishedWorkflowRequest
Represents the a request for the CreateRuleFromPublishedWorkflow method.
Inheritance
System.Object
CreateRuleFromPublishedWorkflowRequest
Namespace: Cmc.Nexus.Common.Services
Assembly: Cmc.Nexus.Common.Contracts.dll
Syntax
public class CreateRuleFromPublishedWorkflowRequest : ServiceRequest
Constructors
CreateRuleFromPublishedWorkflowRequest()
Constructor
Declaration
public CreateRuleFromPublishedWorkflowRequest()
Properties
EntityName
Entity Name
Declaration
public string EntityName { get; set; }
Property Value
Type | Description |
---|---|
System.String |
EntityType
Entity Type. Optional, defaults to Void Entity
Declaration
public string EntityType { get; set; }
Property Value
Type | Description |
---|---|
System.String |
EventName
Event Name
Declaration
public string EventName { get; set; }
Property Value
Type | Description |
---|---|
System.String |
EventType
Event Type
Declaration
public string EventType { get; set; }
Property Value
Type | Description |
---|---|
System.String |
RuleIdentifier
Rule Identifier - Unique Identifier from Rule Table
Declaration
public Guid RuleIdentifier { get; set; }
Property Value
Type | Description |
---|---|
System.Guid |
RuleTable
Related Rule Table
Declaration
public string RuleTable { get; set; }
Property Value
Type | Description |
---|---|
System.String |
WorkflowName
Published Workflow Name
Declaration
public string WorkflowName { get; set; }
Property Value
Type | Description |
---|---|
System.String |