Click or drag to resize

RuleDefinition Constructor

Constructor

Namespace: Scanjour.Workflow4.ActivityLibrary.ServiceProcess
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 RuleDefinition(
	string filter,
	string processId,
	string processGuid,
	TimeSpan duration,
	int maxGeneration,
	bool globalSearch,
	string searchKey
)

Parameters

filter  String
The EntityFilter from the WorkflowDefinition
processId  String
The process guid.
processGuid  String
The process guid.
duration  TimeSpan
The duration used to calculate the timespan.
maxGeneration  Int32
The maximum generation that is maintained
globalSearch  Boolean

[Missing <param name="globalSearch"/> documentation for "M:Scanjour.Workflow4.ActivityLibrary.ServiceProcess.RuleDefinition.#ctor(System.String,System.String,System.String,System.TimeSpan,System.Int32,System.Boolean,System.String)"]

searchKey  String
The searchKey for the saved search to be used as filter for Rule
See Also