Class CreateRuleFromPublishedWorkflowEventArgs
Represents arguments to CreateRuleFromPublishedWorkflowEvent.
Inheritance
System.Object
CreateRuleFromPublishedWorkflowEventArgs
Namespace: Cmc.Nexus.Common.Events
Assembly: Cmc.Nexus.Common.Contracts.dll
Syntax
public class CreateRuleFromPublishedWorkflowEventArgs : ServiceEventArgs<CreateRuleFromPublishedWorkflowRequest, CreateRuleFromPublishedWorkflowResponse>
Constructors
CreateRuleFromPublishedWorkflowEventArgs(CreateRuleFromPublishedWorkflowRequest)
Initializes a new instance of the CreateRuleFromPublishedWorkflowEventArgs class.
Declaration
public CreateRuleFromPublishedWorkflowEventArgs(CreateRuleFromPublishedWorkflowRequest request)
Parameters
| Type | Name | Description |
|---|---|---|
| CreateRuleFromPublishedWorkflowRequest | request | The request. |