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

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

Top Property Summary
Options Name Purpose
Consultingwerk.SmartFramework.Repository.Class.SmartClassTypeQuery And
Consultingwerk.SmartFramework.Repository.Class.SmartClassTypeQuery AndNot
Consultingwerk.SmartFramework.Repository.Class.SmartClassTypeQueryLogicalPredicate AvmType
Consultingwerk.SmartFramework.Repository.Class.SmartClassTypeQueryCharacterPredicate ClassTypeDescription
Consultingwerk.SmartFramework.Repository.Class.SmartClassTypeQueryCharacterPredicate ClassTypeGuid
Consultingwerk.SmartFramework.Repository.Class.SmartClassTypeQueryCharacterPredicate ClassTypeName
Consultingwerk.SmartFramework.Repository.Class.SmartClassTypeQuery Or
Consultingwerk.SmartFramework.Repository.Class.SmartClassTypeQuery OrNot


Method Detail
Top

Consultingwerk.SmartFramework.Repository.Class.SmartClassTypeQuery And (SmartClassTypeQuery)

Purpose: Joins a Query Entry using AND
Notes:

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

Consultingwerk.SmartFramework.Repository.Class.SmartClassTypeQuery And (SmartClassTypeQuery, SmartClassTypeQuery)

Purpose: Joins two Query Entries using AND
Notes:

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

Consultingwerk.SmartFramework.Repository.Class.SmartClassTypeQuery And (SmartClassTypeQuery, SmartClassTypeQuery, SmartClassTypeQuery)

Purpose: Joins three Query Entries using AND
Notes:

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

Consultingwerk.SmartFramework.Repository.Class.SmartClassTypeQuery AndNot (SmartClassTypeQuery)

Purpose: Joins a Query Entry using AND NOT
Notes:

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

Consultingwerk.SmartFramework.Repository.Class.SmartClassTypeQuery AndNot (SmartClassTypeQuery, SmartClassTypeQuery)

Purpose: Joins two Query Entries using AND NOT
Notes:

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

Consultingwerk.SmartFramework.Repository.Class.SmartClassTypeQuery AndNot (SmartClassTypeQuery, SmartClassTypeQuery, SmartClassTypeQuery)

Purpose: Joins three Query Entries using AND NOT
Notes:

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

Consultingwerk.SmartFramework.Repository.Class.SmartClassTypeQuery Or (SmartClassTypeQuery)

Purpose: Joins a Query Entry using OR
Notes:

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

Consultingwerk.SmartFramework.Repository.Class.SmartClassTypeQuery Or (SmartClassTypeQuery, SmartClassTypeQuery)

Purpose: Joins two Query Entries using OR
Notes:

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

Consultingwerk.SmartFramework.Repository.Class.SmartClassTypeQuery Or (SmartClassTypeQuery, SmartClassTypeQuery, SmartClassTypeQuery)

Purpose: Joins three Query Entries using OR
Notes:

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

Consultingwerk.SmartFramework.Repository.Class.SmartClassTypeQuery OrNot (SmartClassTypeQuery)

Purpose: Joins a Query Entry using OR NOT
Notes:

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

Consultingwerk.SmartFramework.Repository.Class.SmartClassTypeQuery OrNot (SmartClassTypeQuery, SmartClassTypeQuery)

Purpose: Joins two Query Entries using OR NOT
Notes:

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

Consultingwerk.SmartFramework.Repository.Class.SmartClassTypeQuery OrNot (SmartClassTypeQuery, SmartClassTypeQuery, SmartClassTypeQuery)

Purpose: Joins three Query Entries using OR NOT
Notes:

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


Constructor Detail
Top

SmartClassTypeQuery ()

Purpose: Constructor for the SmartClassTypeQuery class
Notes:

Top

SmartClassTypeQuery (character)

Purpose: Constructor for the SmartClassTypeQuery class
Notes:

Parameters:
pClassTypeGuid CHARACTER
The filter value for the eSmartClassType.ClassTypeGuid field


Property Detail
Top

Consultingwerk.SmartFramework.Repository.Class.SmartClassTypeQuery And


Returns Consultingwerk.SmartFramework.Repository.Class.SmartClassTypeQuery
Top

Consultingwerk.SmartFramework.Repository.Class.SmartClassTypeQuery AndNot


Returns Consultingwerk.SmartFramework.Repository.Class.SmartClassTypeQuery
Top

Consultingwerk.SmartFramework.Repository.Class.SmartClassTypeQueryLogicalPredicate AvmType


Returns Consultingwerk.SmartFramework.Repository.Class.SmartClassTypeQueryLogicalPredicate
Top

Consultingwerk.SmartFramework.Repository.Class.SmartClassTypeQueryCharacterPredicate ClassTypeDescription


Returns Consultingwerk.SmartFramework.Repository.Class.SmartClassTypeQueryCharacterPredicate
Top

Consultingwerk.SmartFramework.Repository.Class.SmartClassTypeQueryCharacterPredicate ClassTypeGuid


Returns Consultingwerk.SmartFramework.Repository.Class.SmartClassTypeQueryCharacterPredicate
Top

Consultingwerk.SmartFramework.Repository.Class.SmartClassTypeQueryCharacterPredicate ClassTypeName


Returns Consultingwerk.SmartFramework.Repository.Class.SmartClassTypeQueryCharacterPredicate
Top

Consultingwerk.SmartFramework.Repository.Class.SmartClassTypeQuery Or


Returns Consultingwerk.SmartFramework.Repository.Class.SmartClassTypeQuery
Top

Consultingwerk.SmartFramework.Repository.Class.SmartClassTypeQuery OrNot


Returns Consultingwerk.SmartFramework.Repository.Class.SmartClassTypeQuery


©2006-2026 Consultingwerk Ltd.         info@consultingwerk.de         http://www.consultingwerk.de       13.04.2026 10:26:15