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

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

Top Property Summary
Options Name Purpose
Consultingwerk.SmartFramework.Repository.Customization.SmartCustomizationQuery And
Consultingwerk.SmartFramework.Repository.Customization.SmartCustomizationQuery AndNot
Consultingwerk.SmartFramework.Repository.Customization.SmartCustomizationQueryCharacterPredicate CustomizationGuid
Consultingwerk.SmartFramework.Repository.Customization.SmartCustomizationQueryCharacterPredicate CustomizationResultCode
Consultingwerk.SmartFramework.Repository.Customization.SmartCustomizationQueryCharacterPredicate CustomizationResultGuid
Consultingwerk.SmartFramework.Repository.Customization.SmartCustomizationQueryCharacterPredicate CustomizationTypeCode
Consultingwerk.SmartFramework.Repository.Customization.SmartCustomizationQueryCharacterPredicate CustomizationTypeGuid
Consultingwerk.SmartFramework.Repository.Customization.SmartCustomizationQuery Or
Consultingwerk.SmartFramework.Repository.Customization.SmartCustomizationQuery OrNot
Consultingwerk.SmartFramework.Repository.Customization.SmartCustomizationQueryCharacterPredicate ReferenceValue


Method Detail
Top

Consultingwerk.SmartFramework.Repository.Customization.SmartCustomizationQuery And (SmartCustomizationQuery)

Purpose: Joins a Query Entry using AND
Notes:

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

Consultingwerk.SmartFramework.Repository.Customization.SmartCustomizationQuery And (SmartCustomizationQuery, SmartCustomizationQuery)

Purpose: Joins two Query Entries using AND
Notes:

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

Consultingwerk.SmartFramework.Repository.Customization.SmartCustomizationQuery And (SmartCustomizationQuery, SmartCustomizationQuery, SmartCustomizationQuery)

Purpose: Joins three Query Entries using AND
Notes:

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

Consultingwerk.SmartFramework.Repository.Customization.SmartCustomizationQuery AndNot (SmartCustomizationQuery)

Purpose: Joins a Query Entry using AND NOT
Notes:

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

Consultingwerk.SmartFramework.Repository.Customization.SmartCustomizationQuery AndNot (SmartCustomizationQuery, SmartCustomizationQuery)

Purpose: Joins two Query Entries using AND NOT
Notes:

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

Consultingwerk.SmartFramework.Repository.Customization.SmartCustomizationQuery AndNot (SmartCustomizationQuery, SmartCustomizationQuery, SmartCustomizationQuery)

Purpose: Joins three Query Entries using AND NOT
Notes:

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

Consultingwerk.SmartFramework.Repository.Customization.SmartCustomizationQuery Or (SmartCustomizationQuery)

Purpose: Joins a Query Entry using OR
Notes:

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

Consultingwerk.SmartFramework.Repository.Customization.SmartCustomizationQuery Or (SmartCustomizationQuery, SmartCustomizationQuery)

Purpose: Joins two Query Entries using OR
Notes:

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

Consultingwerk.SmartFramework.Repository.Customization.SmartCustomizationQuery Or (SmartCustomizationQuery, SmartCustomizationQuery, SmartCustomizationQuery)

Purpose: Joins three Query Entries using OR
Notes:

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

Consultingwerk.SmartFramework.Repository.Customization.SmartCustomizationQuery OrNot (SmartCustomizationQuery)

Purpose: Joins a Query Entry using OR NOT
Notes:

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

Consultingwerk.SmartFramework.Repository.Customization.SmartCustomizationQuery OrNot (SmartCustomizationQuery, SmartCustomizationQuery)

Purpose: Joins two Query Entries using OR NOT
Notes:

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

Consultingwerk.SmartFramework.Repository.Customization.SmartCustomizationQuery OrNot (SmartCustomizationQuery, SmartCustomizationQuery, SmartCustomizationQuery)

Purpose: Joins three Query Entries using OR NOT
Notes:

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


Constructor Detail
Top

SmartCustomizationQuery ()

Purpose: Constructor for the SmartCustomizationQuery class
Notes:

Top

SmartCustomizationQuery (character)

Purpose: Constructor for the SmartCustomizationQuery class
Notes:

Parameters:
pCustomizationGuid CHARACTER
The filter value for the eSmartCustomization.CustomizationGuid field


Property Detail
Top

Consultingwerk.SmartFramework.Repository.Customization.SmartCustomizationQuery And


Returns Consultingwerk.SmartFramework.Repository.Customization.SmartCustomizationQuery
Top

Consultingwerk.SmartFramework.Repository.Customization.SmartCustomizationQuery AndNot


Returns Consultingwerk.SmartFramework.Repository.Customization.SmartCustomizationQuery
Top

Consultingwerk.SmartFramework.Repository.Customization.SmartCustomizationQueryCharacterPredicate CustomizationGuid


Returns Consultingwerk.SmartFramework.Repository.Customization.SmartCustomizationQueryCharacterPredicate
Top

Consultingwerk.SmartFramework.Repository.Customization.SmartCustomizationQueryCharacterPredicate CustomizationResultCode


Returns Consultingwerk.SmartFramework.Repository.Customization.SmartCustomizationQueryCharacterPredicate
Top

Consultingwerk.SmartFramework.Repository.Customization.SmartCustomizationQueryCharacterPredicate CustomizationResultGuid


Returns Consultingwerk.SmartFramework.Repository.Customization.SmartCustomizationQueryCharacterPredicate
Top

Consultingwerk.SmartFramework.Repository.Customization.SmartCustomizationQueryCharacterPredicate CustomizationTypeCode


Returns Consultingwerk.SmartFramework.Repository.Customization.SmartCustomizationQueryCharacterPredicate
Top

Consultingwerk.SmartFramework.Repository.Customization.SmartCustomizationQueryCharacterPredicate CustomizationTypeGuid


Returns Consultingwerk.SmartFramework.Repository.Customization.SmartCustomizationQueryCharacterPredicate
Top

Consultingwerk.SmartFramework.Repository.Customization.SmartCustomizationQuery Or


Returns Consultingwerk.SmartFramework.Repository.Customization.SmartCustomizationQuery
Top

Consultingwerk.SmartFramework.Repository.Customization.SmartCustomizationQuery OrNot


Returns Consultingwerk.SmartFramework.Repository.Customization.SmartCustomizationQuery
Top

Consultingwerk.SmartFramework.Repository.Customization.SmartCustomizationQueryCharacterPredicate ReferenceValue


Returns Consultingwerk.SmartFramework.Repository.Customization.SmartCustomizationQueryCharacterPredicate


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