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

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

Top Property Summary
Options Name Purpose
Consultingwerk.SmartFramework.System.SmartValueListQuery And
Consultingwerk.SmartFramework.System.SmartValueListQuery AndNot
Consultingwerk.SmartFramework.System.SmartValueListQueryCharacterPredicate ModuleDescription
Consultingwerk.SmartFramework.System.SmartValueListQueryCharacterPredicate ModuleGuid
Consultingwerk.SmartFramework.System.SmartValueListQueryCharacterPredicate ModuleName
Consultingwerk.SmartFramework.System.SmartValueListQuery Or
Consultingwerk.SmartFramework.System.SmartValueListQuery OrNot
Consultingwerk.SmartFramework.System.SmartValueListQueryLogicalPredicate SystemOwned
Consultingwerk.SmartFramework.System.SmartValueListQueryCharacterPredicate ValueListDescription
Consultingwerk.SmartFramework.System.SmartValueListQueryCharacterPredicate ValueListGuid
Consultingwerk.SmartFramework.System.SmartValueListQueryCharacterPredicate ValueListKey


Method Detail
Top

Consultingwerk.SmartFramework.System.SmartValueListQuery And (SmartValueListQuery)

Purpose: Joins a Query Entry using AND
Notes:

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

Consultingwerk.SmartFramework.System.SmartValueListQuery And (SmartValueListQuery, SmartValueListQuery)

Purpose: Joins two Query Entries using AND
Notes:

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

Consultingwerk.SmartFramework.System.SmartValueListQuery And (SmartValueListQuery, SmartValueListQuery, SmartValueListQuery)

Purpose: Joins three Query Entries using AND
Notes:

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

Consultingwerk.SmartFramework.System.SmartValueListQuery AndNot (SmartValueListQuery)

Purpose: Joins a Query Entry using AND NOT
Notes:

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

Consultingwerk.SmartFramework.System.SmartValueListQuery AndNot (SmartValueListQuery, SmartValueListQuery)

Purpose: Joins two Query Entries using AND NOT
Notes:

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

Consultingwerk.SmartFramework.System.SmartValueListQuery AndNot (SmartValueListQuery, SmartValueListQuery, SmartValueListQuery)

Purpose: Joins three Query Entries using AND NOT
Notes:

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

Consultingwerk.SmartFramework.System.SmartValueListQuery Or (SmartValueListQuery)

Purpose: Joins a Query Entry using OR
Notes:

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

Consultingwerk.SmartFramework.System.SmartValueListQuery Or (SmartValueListQuery, SmartValueListQuery)

Purpose: Joins two Query Entries using OR
Notes:

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

Consultingwerk.SmartFramework.System.SmartValueListQuery Or (SmartValueListQuery, SmartValueListQuery, SmartValueListQuery)

Purpose: Joins three Query Entries using OR
Notes:

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

Consultingwerk.SmartFramework.System.SmartValueListQuery OrNot (SmartValueListQuery)

Purpose: Joins a Query Entry using OR NOT
Notes:

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

Consultingwerk.SmartFramework.System.SmartValueListQuery OrNot (SmartValueListQuery, SmartValueListQuery)

Purpose: Joins two Query Entries using OR NOT
Notes:

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

Consultingwerk.SmartFramework.System.SmartValueListQuery OrNot (SmartValueListQuery, SmartValueListQuery, SmartValueListQuery)

Purpose: Joins three Query Entries using OR NOT
Notes:

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


Constructor Detail
Top

SmartValueListQuery ()

Purpose: Constructor for the SmartValueListQuery class
Notes:

Top

SmartValueListQuery (character)

Purpose: Constructor for the SmartValueListQuery class
Notes:

Parameters:
pValueListGuid CHARACTER
The filter value for the eSmartValueList.ValueListGuid field


Property Detail
Top

Consultingwerk.SmartFramework.System.SmartValueListQuery And


Returns Consultingwerk.SmartFramework.System.SmartValueListQuery
Top

Consultingwerk.SmartFramework.System.SmartValueListQuery AndNot


Returns Consultingwerk.SmartFramework.System.SmartValueListQuery
Top

Consultingwerk.SmartFramework.System.SmartValueListQueryCharacterPredicate ModuleDescription


Returns Consultingwerk.SmartFramework.System.SmartValueListQueryCharacterPredicate
Top

Consultingwerk.SmartFramework.System.SmartValueListQueryCharacterPredicate ModuleGuid


Returns Consultingwerk.SmartFramework.System.SmartValueListQueryCharacterPredicate
Top

Consultingwerk.SmartFramework.System.SmartValueListQueryCharacterPredicate ModuleName


Returns Consultingwerk.SmartFramework.System.SmartValueListQueryCharacterPredicate
Top

Consultingwerk.SmartFramework.System.SmartValueListQuery Or


Returns Consultingwerk.SmartFramework.System.SmartValueListQuery
Top

Consultingwerk.SmartFramework.System.SmartValueListQuery OrNot


Returns Consultingwerk.SmartFramework.System.SmartValueListQuery
Top

Consultingwerk.SmartFramework.System.SmartValueListQueryLogicalPredicate SystemOwned


Returns Consultingwerk.SmartFramework.System.SmartValueListQueryLogicalPredicate
Top

Consultingwerk.SmartFramework.System.SmartValueListQueryCharacterPredicate ValueListDescription


Returns Consultingwerk.SmartFramework.System.SmartValueListQueryCharacterPredicate
Top

Consultingwerk.SmartFramework.System.SmartValueListQueryCharacterPredicate ValueListGuid


Returns Consultingwerk.SmartFramework.System.SmartValueListQueryCharacterPredicate
Top

Consultingwerk.SmartFramework.System.SmartValueListQueryCharacterPredicate ValueListKey


Returns Consultingwerk.SmartFramework.System.SmartValueListQueryCharacterPredicate


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