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

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

Top Property Summary
Options Name Purpose
Consultingwerk.SmartFramework.Menu.SmartModuleQuery And
Consultingwerk.SmartFramework.Menu.SmartModuleQuery AndNot
Consultingwerk.SmartFramework.Menu.SmartModuleQueryCharacterPredicate ModuleDataFolder
Consultingwerk.SmartFramework.Menu.SmartModuleQueryCharacterPredicate ModuleDescription
Consultingwerk.SmartFramework.Menu.SmartModuleQueryCharacterPredicate ModuleGuid
Consultingwerk.SmartFramework.Menu.SmartModuleQueryCharacterPredicate ModuleName
Consultingwerk.SmartFramework.Menu.SmartModuleQueryCharacterPredicate ModulePackage
Consultingwerk.SmartFramework.Menu.SmartModuleQuery Or
Consultingwerk.SmartFramework.Menu.SmartModuleQuery OrNot
Consultingwerk.SmartFramework.Menu.SmartModuleQueryCharacterPredicate ProductCode
Consultingwerk.SmartFramework.Menu.SmartModuleQueryCharacterPredicate ProductGuid
Consultingwerk.SmartFramework.Menu.SmartModuleQueryLogicalPredicate SystemOwned


Method Detail
Top

Consultingwerk.SmartFramework.Menu.SmartModuleQuery And (SmartModuleQuery)

Purpose: Joins a Query Entry using AND
Notes:

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

Consultingwerk.SmartFramework.Menu.SmartModuleQuery And (SmartModuleQuery, SmartModuleQuery)

Purpose: Joins two Query Entries using AND
Notes:

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

Consultingwerk.SmartFramework.Menu.SmartModuleQuery And (SmartModuleQuery, SmartModuleQuery, SmartModuleQuery)

Purpose: Joins three Query Entries using AND
Notes:

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

Consultingwerk.SmartFramework.Menu.SmartModuleQuery AndNot (SmartModuleQuery)

Purpose: Joins a Query Entry using AND NOT
Notes:

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

Consultingwerk.SmartFramework.Menu.SmartModuleQuery AndNot (SmartModuleQuery, SmartModuleQuery)

Purpose: Joins two Query Entries using AND NOT
Notes:

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

Consultingwerk.SmartFramework.Menu.SmartModuleQuery AndNot (SmartModuleQuery, SmartModuleQuery, SmartModuleQuery)

Purpose: Joins three Query Entries using AND NOT
Notes:

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

Consultingwerk.SmartFramework.Menu.SmartModuleQuery Or (SmartModuleQuery)

Purpose: Joins a Query Entry using OR
Notes:

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

Consultingwerk.SmartFramework.Menu.SmartModuleQuery Or (SmartModuleQuery, SmartModuleQuery)

Purpose: Joins two Query Entries using OR
Notes:

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

Consultingwerk.SmartFramework.Menu.SmartModuleQuery Or (SmartModuleQuery, SmartModuleQuery, SmartModuleQuery)

Purpose: Joins three Query Entries using OR
Notes:

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

Consultingwerk.SmartFramework.Menu.SmartModuleQuery OrNot (SmartModuleQuery)

Purpose: Joins a Query Entry using OR NOT
Notes:

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

Consultingwerk.SmartFramework.Menu.SmartModuleQuery OrNot (SmartModuleQuery, SmartModuleQuery)

Purpose: Joins two Query Entries using OR NOT
Notes:

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

Consultingwerk.SmartFramework.Menu.SmartModuleQuery OrNot (SmartModuleQuery, SmartModuleQuery, SmartModuleQuery)

Purpose: Joins three Query Entries using OR NOT
Notes:

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


Constructor Detail
Top

SmartModuleQuery ()

Purpose: Constructor for the SmartModuleQuery class
Notes:

Top

SmartModuleQuery (character)

Purpose: Constructor for the SmartModuleQuery class
Notes:

Parameters:
pModuleGuid CHARACTER
The filter value for the eSmartModule.ModuleGuid field


Property Detail
Top

Consultingwerk.SmartFramework.Menu.SmartModuleQuery And


Returns Consultingwerk.SmartFramework.Menu.SmartModuleQuery
Top

Consultingwerk.SmartFramework.Menu.SmartModuleQuery AndNot


Returns Consultingwerk.SmartFramework.Menu.SmartModuleQuery
Top

Consultingwerk.SmartFramework.Menu.SmartModuleQueryCharacterPredicate ModuleDataFolder


Returns Consultingwerk.SmartFramework.Menu.SmartModuleQueryCharacterPredicate
Top

Consultingwerk.SmartFramework.Menu.SmartModuleQueryCharacterPredicate ModuleDescription


Returns Consultingwerk.SmartFramework.Menu.SmartModuleQueryCharacterPredicate
Top

Consultingwerk.SmartFramework.Menu.SmartModuleQueryCharacterPredicate ModuleGuid


Returns Consultingwerk.SmartFramework.Menu.SmartModuleQueryCharacterPredicate
Top

Consultingwerk.SmartFramework.Menu.SmartModuleQueryCharacterPredicate ModuleName


Returns Consultingwerk.SmartFramework.Menu.SmartModuleQueryCharacterPredicate
Top

Consultingwerk.SmartFramework.Menu.SmartModuleQueryCharacterPredicate ModulePackage


Returns Consultingwerk.SmartFramework.Menu.SmartModuleQueryCharacterPredicate
Top

Consultingwerk.SmartFramework.Menu.SmartModuleQuery Or


Returns Consultingwerk.SmartFramework.Menu.SmartModuleQuery
Top

Consultingwerk.SmartFramework.Menu.SmartModuleQuery OrNot


Returns Consultingwerk.SmartFramework.Menu.SmartModuleQuery
Top

Consultingwerk.SmartFramework.Menu.SmartModuleQueryCharacterPredicate ProductCode


Returns Consultingwerk.SmartFramework.Menu.SmartModuleQueryCharacterPredicate
Top

Consultingwerk.SmartFramework.Menu.SmartModuleQueryCharacterPredicate ProductGuid


Returns Consultingwerk.SmartFramework.Menu.SmartModuleQueryCharacterPredicate
Top

Consultingwerk.SmartFramework.Menu.SmartModuleQueryLogicalPredicate SystemOwned


Returns Consultingwerk.SmartFramework.Menu.SmartModuleQueryLogicalPredicate


©2006-2026 Consultingwerk Ltd.         info@consultingwerk.de         http://www.consultingwerk.de       30.03.2026 11:08:16