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

Top Constructor Summary
Options Name Purpose
SmartWorkflowQuery () Constructor for the SmartWorkflowQuery class
SmartWorkflowQuery (character) Constructor for the SmartWorkflowQuery class

Top Property Summary
Options Name Purpose
Consultingwerk.SmartFramework.Workflow.SmartWorkflowQuery And
Consultingwerk.SmartFramework.Workflow.SmartWorkflowQuery AndNot
Consultingwerk.SmartFramework.Workflow.SmartWorkflowQueryCharacterPredicate BusinessEntityName
Consultingwerk.SmartFramework.Workflow.SmartWorkflowQueryCharacterPredicate BusinessEntityPackage
Consultingwerk.SmartFramework.Workflow.SmartWorkflowQueryCharacterPredicate BusinessEntityTableGuid
Consultingwerk.SmartFramework.Workflow.SmartWorkflowQuery Or
Consultingwerk.SmartFramework.Workflow.SmartWorkflowQuery OrNot
Consultingwerk.SmartFramework.Workflow.SmartWorkflowQueryCharacterPredicate StatusField
Consultingwerk.SmartFramework.Workflow.SmartWorkflowQueryLogicalPredicate SystemOwned
Consultingwerk.SmartFramework.Workflow.SmartWorkflowQueryCharacterPredicate TableName
Consultingwerk.SmartFramework.Workflow.SmartWorkflowQueryCharacterPredicate WorkflowDescription
Consultingwerk.SmartFramework.Workflow.SmartWorkflowQueryCharacterPredicate WorkflowGuid
Consultingwerk.SmartFramework.Workflow.SmartWorkflowQueryCharacterPredicate WorkflowName
Consultingwerk.SmartFramework.Workflow.SmartWorkflowQueryIntegerPredicate WorkflowOrder


Method Detail
Top

Consultingwerk.SmartFramework.Workflow.SmartWorkflowQuery And (SmartWorkflowQuery)

Purpose: Joins a Query Entry using AND
Notes:

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

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

Purpose: Joins two Query Entries using AND
Notes:

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

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

Purpose: Joins three Query Entries using AND
Notes:

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

Consultingwerk.SmartFramework.Workflow.SmartWorkflowQuery AndNot (SmartWorkflowQuery)

Purpose: Joins a Query Entry using AND NOT
Notes:

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

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

Purpose: Joins two Query Entries using AND NOT
Notes:

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

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

Purpose: Joins three Query Entries using AND NOT
Notes:

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

Consultingwerk.SmartFramework.Workflow.SmartWorkflowQuery Or (SmartWorkflowQuery)

Purpose: Joins a Query Entry using OR
Notes:

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

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

Purpose: Joins two Query Entries using OR
Notes:

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

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

Purpose: Joins three Query Entries using OR
Notes:

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

Consultingwerk.SmartFramework.Workflow.SmartWorkflowQuery OrNot (SmartWorkflowQuery)

Purpose: Joins a Query Entry using OR NOT
Notes:

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

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

Purpose: Joins two Query Entries using OR NOT
Notes:

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

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

Purpose: Joins three Query Entries using OR NOT
Notes:

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


Constructor Detail
Top

SmartWorkflowQuery ()

Purpose: Constructor for the SmartWorkflowQuery class
Notes:

Top

SmartWorkflowQuery (character)

Purpose: Constructor for the SmartWorkflowQuery class
Notes:

Parameters:
pWorkflowGuid CHARACTER
The filter value for the eSmartWorkflow.WorkflowGuid field


Property Detail
Top

Consultingwerk.SmartFramework.Workflow.SmartWorkflowQuery And


Returns Consultingwerk.SmartFramework.Workflow.SmartWorkflowQuery
Top

Consultingwerk.SmartFramework.Workflow.SmartWorkflowQuery AndNot


Returns Consultingwerk.SmartFramework.Workflow.SmartWorkflowQuery
Top

Consultingwerk.SmartFramework.Workflow.SmartWorkflowQueryCharacterPredicate BusinessEntityName


Returns Consultingwerk.SmartFramework.Workflow.SmartWorkflowQueryCharacterPredicate
Top

Consultingwerk.SmartFramework.Workflow.SmartWorkflowQueryCharacterPredicate BusinessEntityPackage


Returns Consultingwerk.SmartFramework.Workflow.SmartWorkflowQueryCharacterPredicate
Top

Consultingwerk.SmartFramework.Workflow.SmartWorkflowQueryCharacterPredicate BusinessEntityTableGuid


Returns Consultingwerk.SmartFramework.Workflow.SmartWorkflowQueryCharacterPredicate
Top

Consultingwerk.SmartFramework.Workflow.SmartWorkflowQuery Or


Returns Consultingwerk.SmartFramework.Workflow.SmartWorkflowQuery
Top

Consultingwerk.SmartFramework.Workflow.SmartWorkflowQuery OrNot


Returns Consultingwerk.SmartFramework.Workflow.SmartWorkflowQuery
Top

Consultingwerk.SmartFramework.Workflow.SmartWorkflowQueryCharacterPredicate StatusField


Returns Consultingwerk.SmartFramework.Workflow.SmartWorkflowQueryCharacterPredicate
Top

Consultingwerk.SmartFramework.Workflow.SmartWorkflowQueryLogicalPredicate SystemOwned


Returns Consultingwerk.SmartFramework.Workflow.SmartWorkflowQueryLogicalPredicate
Top

Consultingwerk.SmartFramework.Workflow.SmartWorkflowQueryCharacterPredicate TableName


Returns Consultingwerk.SmartFramework.Workflow.SmartWorkflowQueryCharacterPredicate
Top

Consultingwerk.SmartFramework.Workflow.SmartWorkflowQueryCharacterPredicate WorkflowDescription


Returns Consultingwerk.SmartFramework.Workflow.SmartWorkflowQueryCharacterPredicate
Top

Consultingwerk.SmartFramework.Workflow.SmartWorkflowQueryCharacterPredicate WorkflowGuid


Returns Consultingwerk.SmartFramework.Workflow.SmartWorkflowQueryCharacterPredicate
Top

Consultingwerk.SmartFramework.Workflow.SmartWorkflowQueryCharacterPredicate WorkflowName


Returns Consultingwerk.SmartFramework.Workflow.SmartWorkflowQueryCharacterPredicate
Top

Consultingwerk.SmartFramework.Workflow.SmartWorkflowQueryIntegerPredicate WorkflowOrder


Returns Consultingwerk.SmartFramework.Workflow.SmartWorkflowQueryIntegerPredicate


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