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

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

Top Property Summary
Options Name Purpose
Consultingwerk.SmartFramework.Repository.Customization.SmartCustomizationTypeQuery And
Consultingwerk.SmartFramework.Repository.Customization.SmartCustomizationTypeQuery AndNot
Consultingwerk.SmartFramework.Repository.Customization.SmartCustomizationTypeQueryCharacterPredicate CustomizationTypeCode
Consultingwerk.SmartFramework.Repository.Customization.SmartCustomizationTypeQueryCharacterPredicate CustomizationTypeDescription
Consultingwerk.SmartFramework.Repository.Customization.SmartCustomizationTypeQueryCharacterPredicate CustomizationTypeGuid
Consultingwerk.SmartFramework.Repository.Customization.SmartCustomizationTypeQuery Or
Consultingwerk.SmartFramework.Repository.Customization.SmartCustomizationTypeQuery OrNot
Consultingwerk.SmartFramework.Repository.Customization.SmartCustomizationTypeQueryCharacterPredicate ServiceMethodName
Consultingwerk.SmartFramework.Repository.Customization.SmartCustomizationTypeQueryCharacterPredicate ServiceTypeName


Method Detail
Top

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

Purpose: Joins a Query Entry using AND
Notes:

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

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

Purpose: Joins two Query Entries using AND
Notes:

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

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

Purpose: Joins three Query Entries using AND
Notes:

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

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

Purpose: Joins a Query Entry using AND NOT
Notes:

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

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

Purpose: Joins two Query Entries using AND NOT
Notes:

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

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

Purpose: Joins three Query Entries using AND NOT
Notes:

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

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

Purpose: Joins a Query Entry using OR
Notes:

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

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

Purpose: Joins two Query Entries using OR
Notes:

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

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

Purpose: Joins three Query Entries using OR
Notes:

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

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

Purpose: Joins a Query Entry using OR NOT
Notes:

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

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

Purpose: Joins two Query Entries using OR NOT
Notes:

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

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

Purpose: Joins three Query Entries using OR NOT
Notes:

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


Constructor Detail
Top

SmartCustomizationTypeQuery ()

Purpose: Constructor for the SmartCustomizationTypeQuery class
Notes:

Top

SmartCustomizationTypeQuery (character)

Purpose: Constructor for the SmartCustomizationTypeQuery class
Notes:

Parameters:
pCustomizationTypeGuid CHARACTER
The filter value for the eSmartCustomizationType.CustomizationTypeGuid field


Property Detail
Top

Consultingwerk.SmartFramework.Repository.Customization.SmartCustomizationTypeQuery And


Returns Consultingwerk.SmartFramework.Repository.Customization.SmartCustomizationTypeQuery
Top

Consultingwerk.SmartFramework.Repository.Customization.SmartCustomizationTypeQuery AndNot


Returns Consultingwerk.SmartFramework.Repository.Customization.SmartCustomizationTypeQuery
Top

Consultingwerk.SmartFramework.Repository.Customization.SmartCustomizationTypeQueryCharacterPredicate CustomizationTypeCode


Returns Consultingwerk.SmartFramework.Repository.Customization.SmartCustomizationTypeQueryCharacterPredicate
Top

Consultingwerk.SmartFramework.Repository.Customization.SmartCustomizationTypeQueryCharacterPredicate CustomizationTypeDescription


Returns Consultingwerk.SmartFramework.Repository.Customization.SmartCustomizationTypeQueryCharacterPredicate
Top

Consultingwerk.SmartFramework.Repository.Customization.SmartCustomizationTypeQueryCharacterPredicate CustomizationTypeGuid


Returns Consultingwerk.SmartFramework.Repository.Customization.SmartCustomizationTypeQueryCharacterPredicate
Top

Consultingwerk.SmartFramework.Repository.Customization.SmartCustomizationTypeQuery Or


Returns Consultingwerk.SmartFramework.Repository.Customization.SmartCustomizationTypeQuery
Top

Consultingwerk.SmartFramework.Repository.Customization.SmartCustomizationTypeQuery OrNot


Returns Consultingwerk.SmartFramework.Repository.Customization.SmartCustomizationTypeQuery
Top

Consultingwerk.SmartFramework.Repository.Customization.SmartCustomizationTypeQueryCharacterPredicate ServiceMethodName


Returns Consultingwerk.SmartFramework.Repository.Customization.SmartCustomizationTypeQueryCharacterPredicate
Top

Consultingwerk.SmartFramework.Repository.Customization.SmartCustomizationTypeQueryCharacterPredicate ServiceTypeName


Returns Consultingwerk.SmartFramework.Repository.Customization.SmartCustomizationTypeQueryCharacterPredicate


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