Click or drag to resize

StepChangeValidatorStepChangeValidatorData Constructor

Validation data

Namespace: Scanjour.Workflow4.ActivityLibrary.Validation
Assembly: Scanjour.Workflow4.ActivityLibrary_24.5.0.0 (in Scanjour.Workflow4.ActivityLibrary_24.5.0.0.dll) Version: 24.5.0.0 (24.5.0.0)
Syntax
public StepChangeValidatorData(
	IEnumerable<StepChangeValidatorUserTask> tasks,
	IEnumerable<string> newActorIds,
	bool isSequential
)

Parameters

tasks  IEnumerableStepChangeValidatorUserTask
existing tasks
newActorIds  IEnumerableString
ordered sequence of actorIds for active user tasks
isSequential  Boolean

[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