Class InvokeConfiguredRuleWorkflowsRequest
Represents the a request for the $verb$ method.
Inheritance
System.Object
InvokeConfiguredRuleWorkflowsRequest
Namespace: Cmc.Nexus.Common.Services
Assembly: Cmc.Nexus.Common.Contracts.dll
Syntax
public class InvokeConfiguredRuleWorkflowsRequest : ServiceRequest
Constructors
InvokeConfiguredRuleWorkflowsRequest()
Constructor
Declaration
public InvokeConfiguredRuleWorkflowsRequest()
Properties
EventArgs
Event Args for the Event
Declaration
public EventArgs EventArgs { get; set; }
Property Value
| Type | Description |
|---|---|
| System.EventArgs |
EventType
Event Type for Workflows to execute
Declaration
public IEvent EventType { get; set; }
Property Value
| Type | Description |
|---|---|
| Cmc.Core.Eventing.IEvent |
RuleContext
Rule Context
Declaration
public string RuleContext { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
RuleContextId
Rule Context Id
Declaration
public int RuleContextId { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Int32 |
RuleIdentifier
Rule Identifier
Declaration
public Guid RuleIdentifier { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Guid |