Initializes a new instance of the WorkflowTransitionExecuteEventArgs class.
Namespace: BlueCieloECM.InnoCielo.Meridian.DesignAssembly: BlueCieloECM.InnoCielo.Meridian (in BlueCieloECM.InnoCielo.Meridian.dll) Version: 1.4.0.0 (1.4.40.0)
Syntax
C# |
---|
public WorkflowTransitionExecuteEventArgs( BCDocument document, BCWorkflowTransition transition, IEnumerable<string> todoPersons, IEnumerable<string> managers, string comment ) |
Visual Basic |
---|
Public Sub New ( _ document As BCDocument, _ transition As BCWorkflowTransition, _ todoPersons As IEnumerable(Of String), _ managers As IEnumerable(Of String), _ comment As String _ ) |
Visual C++ |
---|
public: WorkflowTransitionExecuteEventArgs( BCDocument^ document, BCWorkflowTransition^ transition, IEnumerable<String^>^ todoPersons, IEnumerable<String^>^ managers, String^ comment ) |
Parameters
- document
- Type: BlueCieloECM.InnoCielo.Meridian.Server..::..BCDocument
The document the event is raised for.
- transition
- Type: BlueCieloECM.InnoCielo.Meridian.Server..::..BCWorkflowTransition
The transition of the workflow.
- todoPersons
- Type: System.Collections.Generic..::..IEnumerable<(Of <(<'String>)>)>
The collection of user names of to-do persons.
- managers
- Type: System.Collections.Generic..::..IEnumerable<(Of <(<'String>)>)>
The collection of user names of managers.
- comment
- Type: System..::..String
The text message of a comment that will be added to the document log.