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