Class ReassignWorkflowEventArgs
Represents arguments to RevalidateApprovalWorkflowEventArgs.
Inheritance
System.Object
ReassignWorkflowEventArgs
Namespace: Cmc.Nexus.Admissions.Events
Assembly: Cmc.Nexus.Admissions.Contracts.dll
Syntax
public class ReassignWorkflowEventArgs : ServiceEventArgs<ReassignWorkflowRequest, ReassignWorkflowResponse>
Constructors
ReassignWorkflowEventArgs(ReassignWorkflowRequest)
Initializes a new instance of the ReassignWorkflowEventArgs class.
Declaration
public ReassignWorkflowEventArgs(ReassignWorkflowRequest request)
Parameters
Type | Name | Description |
---|---|---|
ReassignWorkflowRequest | request | The RevalidateApprovalWorkflowRequest Object. |