Top Method Summary
Options Name Purpose
Consultingwerk.SmartFramework.Workflow.SmartWorkflowSwimlaneQuery And (SmartWorkflowSwimlaneQuery) Joins a Query Entry using AND
Consultingwerk.SmartFramework.Workflow.SmartWorkflowSwimlaneQuery And (SmartWorkflowSwimlaneQuery, SmartWorkflowSwimlaneQuery) Joins two Query Entries using AND
Consultingwerk.SmartFramework.Workflow.SmartWorkflowSwimlaneQuery And (SmartWorkflowSwimlaneQuery, SmartWorkflowSwimlaneQuery, SmartWorkflowSwimlaneQuery) Joins three Query Entries using AND
Consultingwerk.SmartFramework.Workflow.SmartWorkflowSwimlaneQuery AndNot (SmartWorkflowSwimlaneQuery) Joins a Query Entry using AND NOT
Consultingwerk.SmartFramework.Workflow.SmartWorkflowSwimlaneQuery AndNot (SmartWorkflowSwimlaneQuery, SmartWorkflowSwimlaneQuery) Joins two Query Entries using AND NOT
Consultingwerk.SmartFramework.Workflow.SmartWorkflowSwimlaneQuery AndNot (SmartWorkflowSwimlaneQuery, SmartWorkflowSwimlaneQuery, SmartWorkflowSwimlaneQuery) Joins three Query Entries using AND NOT
Consultingwerk.SmartFramework.Workflow.SmartWorkflowSwimlaneQuery Or (SmartWorkflowSwimlaneQuery) Joins a Query Entry using OR
Consultingwerk.SmartFramework.Workflow.SmartWorkflowSwimlaneQuery Or (SmartWorkflowSwimlaneQuery, SmartWorkflowSwimlaneQuery) Joins two Query Entries using OR
Consultingwerk.SmartFramework.Workflow.SmartWorkflowSwimlaneQuery Or (SmartWorkflowSwimlaneQuery, SmartWorkflowSwimlaneQuery, SmartWorkflowSwimlaneQuery) Joins three Query Entries using OR
Consultingwerk.SmartFramework.Workflow.SmartWorkflowSwimlaneQuery OrNot (SmartWorkflowSwimlaneQuery) Joins a Query Entry using OR NOT
Consultingwerk.SmartFramework.Workflow.SmartWorkflowSwimlaneQuery OrNot (SmartWorkflowSwimlaneQuery, SmartWorkflowSwimlaneQuery) Joins two Query Entries using OR NOT
Consultingwerk.SmartFramework.Workflow.SmartWorkflowSwimlaneQuery OrNot (SmartWorkflowSwimlaneQuery, SmartWorkflowSwimlaneQuery, SmartWorkflowSwimlaneQuery) Joins three Query Entries using OR NOT

Top Constructor Summary
Options Name Purpose
SmartWorkflowSwimlaneQuery () Constructor for the SmartWorkflowSwimlaneQuery class

Top Property Summary
Options Name Purpose
Consultingwerk.SmartFramework.Workflow.SmartWorkflowSwimlaneQuery And
Consultingwerk.SmartFramework.Workflow.SmartWorkflowSwimlaneQuery AndNot
Consultingwerk.SmartFramework.Workflow.SmartWorkflowSwimlaneQueryCharacterPredicate GroupGuid
Consultingwerk.SmartFramework.Workflow.SmartWorkflowSwimlaneQueryCharacterPredicate GroupName
Consultingwerk.SmartFramework.Workflow.SmartWorkflowSwimlaneQuery Or
Consultingwerk.SmartFramework.Workflow.SmartWorkflowSwimlaneQuery OrNot
Consultingwerk.SmartFramework.Workflow.SmartWorkflowSwimlaneQueryLogicalPredicate SystemOwned
Consultingwerk.SmartFramework.Workflow.SmartWorkflowSwimlaneQueryCharacterPredicate UserGuid
Consultingwerk.SmartFramework.Workflow.SmartWorkflowSwimlaneQueryCharacterPredicate UserName
Consultingwerk.SmartFramework.Workflow.SmartWorkflowSwimlaneQueryCharacterPredicate WorkflowGuid
Consultingwerk.SmartFramework.Workflow.SmartWorkflowSwimlaneQueryCharacterPredicate WorkflowSwimlaneGuid
Consultingwerk.SmartFramework.Workflow.SmartWorkflowSwimlaneQueryCharacterPredicate WorkflowSwimlaneName


Method Detail
Top

Consultingwerk.SmartFramework.Workflow.SmartWorkflowSwimlaneQuery And (SmartWorkflowSwimlaneQuery)

Purpose: Joins a Query Entry using AND
Notes:

Parameters:
poQuery Consultingwerk.SmartFramework.Workflow.SmartWorkflowSwimlaneQuery
The SmartWorkflowSwimlaneQuery instance to join using AND
Returns Consultingwerk.SmartFramework.Workflow.SmartWorkflowSwimlaneQuery
The reference to the instance the call was issued on
Top

Consultingwerk.SmartFramework.Workflow.SmartWorkflowSwimlaneQuery And (SmartWorkflowSwimlaneQuery, SmartWorkflowSwimlaneQuery)

Purpose: Joins two Query Entries using AND
Notes:

Parameters:
poQuery1 Consultingwerk.SmartFramework.Workflow.SmartWorkflowSwimlaneQuery
The first SmartWorkflowSwimlaneQuery instance to join using AND
poQuery2 Consultingwerk.SmartFramework.Workflow.SmartWorkflowSwimlaneQuery
The second SmartWorkflowSwimlaneQuery instance to join using AND
Returns Consultingwerk.SmartFramework.Workflow.SmartWorkflowSwimlaneQuery
The reference to the instance the call was issued on
Top

Consultingwerk.SmartFramework.Workflow.SmartWorkflowSwimlaneQuery And (SmartWorkflowSwimlaneQuery, SmartWorkflowSwimlaneQuery, SmartWorkflowSwimlaneQuery)

Purpose: Joins three Query Entries using AND
Notes:

Parameters:
poQuery1 Consultingwerk.SmartFramework.Workflow.SmartWorkflowSwimlaneQuery
The first SmartWorkflowSwimlaneQuery instance to join using AND
poQuery2 Consultingwerk.SmartFramework.Workflow.SmartWorkflowSwimlaneQuery
The second SmartWorkflowSwimlaneQuery instance to join using AND
poQuery3 Consultingwerk.SmartFramework.Workflow.SmartWorkflowSwimlaneQuery
The third SmartWorkflowSwimlaneQuery instance to join using AND
Returns Consultingwerk.SmartFramework.Workflow.SmartWorkflowSwimlaneQuery
The reference to the instance the call was issued on
Top

Consultingwerk.SmartFramework.Workflow.SmartWorkflowSwimlaneQuery AndNot (SmartWorkflowSwimlaneQuery)

Purpose: Joins a Query Entry using AND NOT
Notes:

Parameters:
poQuery Consultingwerk.SmartFramework.Workflow.SmartWorkflowSwimlaneQuery
The SmartWorkflowSwimlaneQuery instance to join using AND NOT
Returns Consultingwerk.SmartFramework.Workflow.SmartWorkflowSwimlaneQuery
The reference to the instance the call was issued on
Top

Consultingwerk.SmartFramework.Workflow.SmartWorkflowSwimlaneQuery AndNot (SmartWorkflowSwimlaneQuery, SmartWorkflowSwimlaneQuery)

Purpose: Joins two Query Entries using AND NOT
Notes:

Parameters:
poQuery1 Consultingwerk.SmartFramework.Workflow.SmartWorkflowSwimlaneQuery
The first SmartWorkflowSwimlaneQuery instance to join using AND NOT
poQuery2 Consultingwerk.SmartFramework.Workflow.SmartWorkflowSwimlaneQuery
The second SmartWorkflowSwimlaneQuery instance to join using AND NOT
Returns Consultingwerk.SmartFramework.Workflow.SmartWorkflowSwimlaneQuery
The reference to the instance the call was issued on
Top

Consultingwerk.SmartFramework.Workflow.SmartWorkflowSwimlaneQuery AndNot (SmartWorkflowSwimlaneQuery, SmartWorkflowSwimlaneQuery, SmartWorkflowSwimlaneQuery)

Purpose: Joins three Query Entries using AND NOT
Notes:

Parameters:
poQuery1 Consultingwerk.SmartFramework.Workflow.SmartWorkflowSwimlaneQuery
The first SmartWorkflowSwimlaneQuery instance to join using AND NOT
poQuery2 Consultingwerk.SmartFramework.Workflow.SmartWorkflowSwimlaneQuery
The second SmartWorkflowSwimlaneQuery instance to join using AND NOT
poQuery3 Consultingwerk.SmartFramework.Workflow.SmartWorkflowSwimlaneQuery
The third SmartWorkflowSwimlaneQuery instance to join using AND NOT
Returns Consultingwerk.SmartFramework.Workflow.SmartWorkflowSwimlaneQuery
The reference to the instance the call was issued on
Top

Consultingwerk.SmartFramework.Workflow.SmartWorkflowSwimlaneQuery Or (SmartWorkflowSwimlaneQuery)

Purpose: Joins a Query Entry using OR
Notes:

Parameters:
poQuery Consultingwerk.SmartFramework.Workflow.SmartWorkflowSwimlaneQuery
The SmartWorkflowSwimlaneQuery instance to join using OR
Returns Consultingwerk.SmartFramework.Workflow.SmartWorkflowSwimlaneQuery
The reference to the instance the call was issued on
Top

Consultingwerk.SmartFramework.Workflow.SmartWorkflowSwimlaneQuery Or (SmartWorkflowSwimlaneQuery, SmartWorkflowSwimlaneQuery)

Purpose: Joins two Query Entries using OR
Notes:

Parameters:
poQuery1 Consultingwerk.SmartFramework.Workflow.SmartWorkflowSwimlaneQuery
The first SmartWorkflowSwimlaneQuery instance to join using OR
poQuery2 Consultingwerk.SmartFramework.Workflow.SmartWorkflowSwimlaneQuery
The second SmartWorkflowSwimlaneQuery instance to join using OR
Returns Consultingwerk.SmartFramework.Workflow.SmartWorkflowSwimlaneQuery
The reference to the instance the call was issued on
Top

Consultingwerk.SmartFramework.Workflow.SmartWorkflowSwimlaneQuery Or (SmartWorkflowSwimlaneQuery, SmartWorkflowSwimlaneQuery, SmartWorkflowSwimlaneQuery)

Purpose: Joins three Query Entries using OR
Notes:

Parameters:
poQuery1 Consultingwerk.SmartFramework.Workflow.SmartWorkflowSwimlaneQuery
The first SmartWorkflowSwimlaneQuery instance to join using OR
poQuery2 Consultingwerk.SmartFramework.Workflow.SmartWorkflowSwimlaneQuery
The second SmartWorkflowSwimlaneQuery instance to join using OR
poQuery3 Consultingwerk.SmartFramework.Workflow.SmartWorkflowSwimlaneQuery
The third SmartWorkflowSwimlaneQuery instance to join using OR
Returns Consultingwerk.SmartFramework.Workflow.SmartWorkflowSwimlaneQuery
The reference to the instance the call was issued on
Top

Consultingwerk.SmartFramework.Workflow.SmartWorkflowSwimlaneQuery OrNot (SmartWorkflowSwimlaneQuery)

Purpose: Joins a Query Entry using OR NOT
Notes:

Parameters:
poQuery Consultingwerk.SmartFramework.Workflow.SmartWorkflowSwimlaneQuery
The SmartWorkflowSwimlaneQuery instance to join using OR NOT
Returns Consultingwerk.SmartFramework.Workflow.SmartWorkflowSwimlaneQuery
The reference to the instance the call was issued on
Top

Consultingwerk.SmartFramework.Workflow.SmartWorkflowSwimlaneQuery OrNot (SmartWorkflowSwimlaneQuery, SmartWorkflowSwimlaneQuery)

Purpose: Joins two Query Entries using OR NOT
Notes:

Parameters:
poQuery1 Consultingwerk.SmartFramework.Workflow.SmartWorkflowSwimlaneQuery
The first SmartWorkflowSwimlaneQuery instance to join using OR NOT
poQuery2 Consultingwerk.SmartFramework.Workflow.SmartWorkflowSwimlaneQuery
The second SmartWorkflowSwimlaneQuery instance to join using OR NOT
Returns Consultingwerk.SmartFramework.Workflow.SmartWorkflowSwimlaneQuery
The reference to the instance the call was issued on
Top

Consultingwerk.SmartFramework.Workflow.SmartWorkflowSwimlaneQuery OrNot (SmartWorkflowSwimlaneQuery, SmartWorkflowSwimlaneQuery, SmartWorkflowSwimlaneQuery)

Purpose: Joins three Query Entries using OR NOT
Notes:

Parameters:
poQuery1 Consultingwerk.SmartFramework.Workflow.SmartWorkflowSwimlaneQuery
The first SmartWorkflowSwimlaneQuery instance to join using OR NOT
poQuery2 Consultingwerk.SmartFramework.Workflow.SmartWorkflowSwimlaneQuery
The second SmartWorkflowSwimlaneQuery instance to join using OR NOT
poQuery3 Consultingwerk.SmartFramework.Workflow.SmartWorkflowSwimlaneQuery
The third SmartWorkflowSwimlaneQuery instance to join using OR NOT
Returns Consultingwerk.SmartFramework.Workflow.SmartWorkflowSwimlaneQuery
The reference to the instance the call was issued on


Constructor Detail
Top

SmartWorkflowSwimlaneQuery ()

Purpose: Constructor for the SmartWorkflowSwimlaneQuery class
Notes:



Property Detail
Top

Consultingwerk.SmartFramework.Workflow.SmartWorkflowSwimlaneQuery And


Returns Consultingwerk.SmartFramework.Workflow.SmartWorkflowSwimlaneQuery
Top

Consultingwerk.SmartFramework.Workflow.SmartWorkflowSwimlaneQuery AndNot


Returns Consultingwerk.SmartFramework.Workflow.SmartWorkflowSwimlaneQuery
Top

Consultingwerk.SmartFramework.Workflow.SmartWorkflowSwimlaneQueryCharacterPredicate GroupGuid


Returns Consultingwerk.SmartFramework.Workflow.SmartWorkflowSwimlaneQueryCharacterPredicate
Top

Consultingwerk.SmartFramework.Workflow.SmartWorkflowSwimlaneQueryCharacterPredicate GroupName


Returns Consultingwerk.SmartFramework.Workflow.SmartWorkflowSwimlaneQueryCharacterPredicate
Top

Consultingwerk.SmartFramework.Workflow.SmartWorkflowSwimlaneQuery Or


Returns Consultingwerk.SmartFramework.Workflow.SmartWorkflowSwimlaneQuery
Top

Consultingwerk.SmartFramework.Workflow.SmartWorkflowSwimlaneQuery OrNot


Returns Consultingwerk.SmartFramework.Workflow.SmartWorkflowSwimlaneQuery
Top

Consultingwerk.SmartFramework.Workflow.SmartWorkflowSwimlaneQueryLogicalPredicate SystemOwned


Returns Consultingwerk.SmartFramework.Workflow.SmartWorkflowSwimlaneQueryLogicalPredicate
Top

Consultingwerk.SmartFramework.Workflow.SmartWorkflowSwimlaneQueryCharacterPredicate UserGuid


Returns Consultingwerk.SmartFramework.Workflow.SmartWorkflowSwimlaneQueryCharacterPredicate
Top

Consultingwerk.SmartFramework.Workflow.SmartWorkflowSwimlaneQueryCharacterPredicate UserName


Returns Consultingwerk.SmartFramework.Workflow.SmartWorkflowSwimlaneQueryCharacterPredicate
Top

Consultingwerk.SmartFramework.Workflow.SmartWorkflowSwimlaneQueryCharacterPredicate WorkflowGuid


Returns Consultingwerk.SmartFramework.Workflow.SmartWorkflowSwimlaneQueryCharacterPredicate
Top

Consultingwerk.SmartFramework.Workflow.SmartWorkflowSwimlaneQueryCharacterPredicate WorkflowSwimlaneGuid


Returns Consultingwerk.SmartFramework.Workflow.SmartWorkflowSwimlaneQueryCharacterPredicate
Top

Consultingwerk.SmartFramework.Workflow.SmartWorkflowSwimlaneQueryCharacterPredicate WorkflowSwimlaneName


Returns Consultingwerk.SmartFramework.Workflow.SmartWorkflowSwimlaneQueryCharacterPredicate


©2006-2026 Consultingwerk Ltd.         info@consultingwerk.de         http://www.consultingwerk.de       13.04.2026 10:29:12