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

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

Top Property Summary
Options Name Purpose
Consultingwerk.SmartFramework.System.SmartValueListEntryQuery And
Consultingwerk.SmartFramework.System.SmartValueListEntryQuery AndNot
Consultingwerk.SmartFramework.System.SmartValueListEntryQuery Or
Consultingwerk.SmartFramework.System.SmartValueListEntryQuery OrNot
Consultingwerk.SmartFramework.System.SmartValueListEntryQueryLogicalPredicate SystemOwned
Consultingwerk.SmartFramework.System.SmartValueListEntryQueryCharacterPredicate ValueListEntryClassList
Consultingwerk.SmartFramework.System.SmartValueListEntryQueryCharacterPredicate ValueListEntryDescription
Consultingwerk.SmartFramework.System.SmartValueListEntryQueryCharacterPredicate ValueListEntryGuid
Consultingwerk.SmartFramework.System.SmartValueListEntryQueryCharacterPredicate ValueListEntryIcon
Consultingwerk.SmartFramework.System.SmartValueListEntryQueryCharacterPredicate ValueListEntryImageKey
Consultingwerk.SmartFramework.System.SmartValueListEntryQueryCharacterPredicate ValueListEntryKey
Consultingwerk.SmartFramework.System.SmartValueListEntryQueryCharacterPredicate ValueListEntryStyleSetName
Consultingwerk.SmartFramework.System.SmartValueListEntryQueryCharacterPredicate ValueListGuid


Method Detail
Top

Consultingwerk.SmartFramework.System.SmartValueListEntryQuery And (SmartValueListEntryQuery)

Purpose: Joins a Query Entry using AND
Notes:

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

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

Purpose: Joins two Query Entries using AND
Notes:

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

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

Purpose: Joins three Query Entries using AND
Notes:

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

Consultingwerk.SmartFramework.System.SmartValueListEntryQuery AndNot (SmartValueListEntryQuery)

Purpose: Joins a Query Entry using AND NOT
Notes:

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

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

Purpose: Joins two Query Entries using AND NOT
Notes:

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

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

Purpose: Joins three Query Entries using AND NOT
Notes:

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

Consultingwerk.SmartFramework.System.SmartValueListEntryQuery Or (SmartValueListEntryQuery)

Purpose: Joins a Query Entry using OR
Notes:

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

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

Purpose: Joins two Query Entries using OR
Notes:

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

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

Purpose: Joins three Query Entries using OR
Notes:

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

Consultingwerk.SmartFramework.System.SmartValueListEntryQuery OrNot (SmartValueListEntryQuery)

Purpose: Joins a Query Entry using OR NOT
Notes:

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

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

Purpose: Joins two Query Entries using OR NOT
Notes:

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

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

Purpose: Joins three Query Entries using OR NOT
Notes:

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


Constructor Detail
Top

SmartValueListEntryQuery ()

Purpose: Constructor for the SmartValueListEntryQuery class
Notes:



Property Detail
Top

Consultingwerk.SmartFramework.System.SmartValueListEntryQuery And


Returns Consultingwerk.SmartFramework.System.SmartValueListEntryQuery
Top

Consultingwerk.SmartFramework.System.SmartValueListEntryQuery AndNot


Returns Consultingwerk.SmartFramework.System.SmartValueListEntryQuery
Top

Consultingwerk.SmartFramework.System.SmartValueListEntryQuery Or


Returns Consultingwerk.SmartFramework.System.SmartValueListEntryQuery
Top

Consultingwerk.SmartFramework.System.SmartValueListEntryQuery OrNot


Returns Consultingwerk.SmartFramework.System.SmartValueListEntryQuery
Top

Consultingwerk.SmartFramework.System.SmartValueListEntryQueryLogicalPredicate SystemOwned


Returns Consultingwerk.SmartFramework.System.SmartValueListEntryQueryLogicalPredicate
Top

Consultingwerk.SmartFramework.System.SmartValueListEntryQueryCharacterPredicate ValueListEntryClassList


Returns Consultingwerk.SmartFramework.System.SmartValueListEntryQueryCharacterPredicate
Top

Consultingwerk.SmartFramework.System.SmartValueListEntryQueryCharacterPredicate ValueListEntryDescription


Returns Consultingwerk.SmartFramework.System.SmartValueListEntryQueryCharacterPredicate
Top

Consultingwerk.SmartFramework.System.SmartValueListEntryQueryCharacterPredicate ValueListEntryGuid


Returns Consultingwerk.SmartFramework.System.SmartValueListEntryQueryCharacterPredicate
Top

Consultingwerk.SmartFramework.System.SmartValueListEntryQueryCharacterPredicate ValueListEntryIcon


Returns Consultingwerk.SmartFramework.System.SmartValueListEntryQueryCharacterPredicate
Top

Consultingwerk.SmartFramework.System.SmartValueListEntryQueryCharacterPredicate ValueListEntryImageKey


Returns Consultingwerk.SmartFramework.System.SmartValueListEntryQueryCharacterPredicate
Top

Consultingwerk.SmartFramework.System.SmartValueListEntryQueryCharacterPredicate ValueListEntryKey


Returns Consultingwerk.SmartFramework.System.SmartValueListEntryQueryCharacterPredicate
Top

Consultingwerk.SmartFramework.System.SmartValueListEntryQueryCharacterPredicate ValueListEntryStyleSetName


Returns Consultingwerk.SmartFramework.System.SmartValueListEntryQueryCharacterPredicate
Top

Consultingwerk.SmartFramework.System.SmartValueListEntryQueryCharacterPredicate ValueListGuid


Returns Consultingwerk.SmartFramework.System.SmartValueListEntryQueryCharacterPredicate


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