Validation data
Namespace: Scanjour.Workflow4.ActivityLibrary.Validation
Assembly: Scanjour.Workflow4.ActivityLibrary_23.3.0.0 (in Scanjour.Workflow4.ActivityLibrary_23.3.0.0.dll) Version: 23.3.0.0 (23.3.0.0)
Syntax
public StepChangeValidatorData( IEnumerable<StepChangeValidatorUserTask> tasks, IEnumerable<string> newActorIds, bool isSequential )
Parameters
- tasks
- Type: System.Collections.GenericIEnumerableStepChangeValidatorUserTask
existing tasks - newActorIds
- Type: System.Collections.GenericIEnumerableString
ordered sequence of actorIds for active user tasks - isSequential
- Type: SystemBoolean
[Missing <param name="isSequential"/> documentation for "M:Scanjour.Workflow4.ActivityLibrary.Validation.StepChangeValidator.StepChangeValidatorData.#ctor(System.Collections.Generic.IEnumerable{Scanjour.Workflow4.ActivityLibrary.Validation.StepChangeValidator.UserTask},System.Collections.Generic.IEnumerable{System.String},System.Boolean)"]
See Also