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

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

Top Property Summary
Options Name Purpose
Consultingwerk.SmartFramework.Repository.Class.SmartObjectTypeQuery And
Consultingwerk.SmartFramework.Repository.Class.SmartObjectTypeQuery AndNot
Consultingwerk.SmartFramework.Repository.Class.SmartObjectTypeQueryCharacterPredicate ClassTypeGuid
Consultingwerk.SmartFramework.Repository.Class.SmartObjectTypeQueryCharacterPredicate ClassTypeName
Consultingwerk.SmartFramework.Repository.Class.SmartObjectTypeQueryLogicalPredicate ContainerType
Consultingwerk.SmartFramework.Repository.Class.SmartObjectTypeQueryCharacterPredicate CustomObjectTypeGuid
Consultingwerk.SmartFramework.Repository.Class.SmartObjectTypeQueryCharacterPredicate CustomObjectTypeName
Consultingwerk.SmartFramework.Repository.Class.SmartObjectTypeQueryCharacterPredicate DeploymentType
Consultingwerk.SmartFramework.Repository.Class.SmartObjectTypeQueryCharacterPredicate ExtendsObjectTypeGuid
Consultingwerk.SmartFramework.Repository.Class.SmartObjectTypeQueryCharacterPredicate ExtendsObjectTypeName
Consultingwerk.SmartFramework.Repository.Class.SmartObjectTypeQueryLogicalPredicate HasChildClasses
Consultingwerk.SmartFramework.Repository.Class.SmartObjectTypeQueryCharacterPredicate ObjectTypeDescription
Consultingwerk.SmartFramework.Repository.Class.SmartObjectTypeQueryCharacterPredicate ObjectTypeGuid
Consultingwerk.SmartFramework.Repository.Class.SmartObjectTypeQueryCharacterPredicate ObjectTypeName
Consultingwerk.SmartFramework.Repository.Class.SmartObjectTypeQuery Or
Consultingwerk.SmartFramework.Repository.Class.SmartObjectTypeQuery OrNot
Consultingwerk.SmartFramework.Repository.Class.SmartObjectTypeQueryLogicalPredicate StaticObject
Consultingwerk.SmartFramework.Repository.Class.SmartObjectTypeQueryCharacterPredicate StoreInstances
Consultingwerk.SmartFramework.Repository.Class.SmartObjectTypeQueryCharacterPredicate TechnicalClassName


Method Detail
Top

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

Purpose: Joins a Query Entry using AND
Notes:

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

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

Purpose: Joins two Query Entries using AND
Notes:

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

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

Purpose: Joins three Query Entries using AND
Notes:

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

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

Purpose: Joins a Query Entry using AND NOT
Notes:

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

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

Purpose: Joins two Query Entries using AND NOT
Notes:

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

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

Purpose: Joins three Query Entries using AND NOT
Notes:

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

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

Purpose: Joins a Query Entry using OR
Notes:

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

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

Purpose: Joins two Query Entries using OR
Notes:

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

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

Purpose: Joins three Query Entries using OR
Notes:

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

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

Purpose: Joins a Query Entry using OR NOT
Notes:

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

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

Purpose: Joins two Query Entries using OR NOT
Notes:

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

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

Purpose: Joins three Query Entries using OR NOT
Notes:

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


Constructor Detail
Top

SmartObjectTypeQuery ()

Purpose: Constructor for the SmartObjectTypeQuery class
Notes:

Top

SmartObjectTypeQuery (character)

Purpose: Constructor for the SmartObjectTypeQuery class
Notes:

Parameters:
pObjectTypeGuid CHARACTER
The filter value for the eSmartObjectType.ObjectTypeGuid field


Property Detail
Top

Consultingwerk.SmartFramework.Repository.Class.SmartObjectTypeQuery And


Returns Consultingwerk.SmartFramework.Repository.Class.SmartObjectTypeQuery
Top

Consultingwerk.SmartFramework.Repository.Class.SmartObjectTypeQuery AndNot


Returns Consultingwerk.SmartFramework.Repository.Class.SmartObjectTypeQuery
Top

Consultingwerk.SmartFramework.Repository.Class.SmartObjectTypeQueryCharacterPredicate ClassTypeGuid


Returns Consultingwerk.SmartFramework.Repository.Class.SmartObjectTypeQueryCharacterPredicate
Top

Consultingwerk.SmartFramework.Repository.Class.SmartObjectTypeQueryCharacterPredicate ClassTypeName


Returns Consultingwerk.SmartFramework.Repository.Class.SmartObjectTypeQueryCharacterPredicate
Top

Consultingwerk.SmartFramework.Repository.Class.SmartObjectTypeQueryLogicalPredicate ContainerType


Returns Consultingwerk.SmartFramework.Repository.Class.SmartObjectTypeQueryLogicalPredicate
Top

Consultingwerk.SmartFramework.Repository.Class.SmartObjectTypeQueryCharacterPredicate CustomObjectTypeGuid


Returns Consultingwerk.SmartFramework.Repository.Class.SmartObjectTypeQueryCharacterPredicate
Top

Consultingwerk.SmartFramework.Repository.Class.SmartObjectTypeQueryCharacterPredicate CustomObjectTypeName


Returns Consultingwerk.SmartFramework.Repository.Class.SmartObjectTypeQueryCharacterPredicate
Top

Consultingwerk.SmartFramework.Repository.Class.SmartObjectTypeQueryCharacterPredicate DeploymentType


Returns Consultingwerk.SmartFramework.Repository.Class.SmartObjectTypeQueryCharacterPredicate
Top

Consultingwerk.SmartFramework.Repository.Class.SmartObjectTypeQueryCharacterPredicate ExtendsObjectTypeGuid


Returns Consultingwerk.SmartFramework.Repository.Class.SmartObjectTypeQueryCharacterPredicate
Top

Consultingwerk.SmartFramework.Repository.Class.SmartObjectTypeQueryCharacterPredicate ExtendsObjectTypeName


Returns Consultingwerk.SmartFramework.Repository.Class.SmartObjectTypeQueryCharacterPredicate
Top

Consultingwerk.SmartFramework.Repository.Class.SmartObjectTypeQueryLogicalPredicate HasChildClasses


Returns Consultingwerk.SmartFramework.Repository.Class.SmartObjectTypeQueryLogicalPredicate
Top

Consultingwerk.SmartFramework.Repository.Class.SmartObjectTypeQueryCharacterPredicate ObjectTypeDescription


Returns Consultingwerk.SmartFramework.Repository.Class.SmartObjectTypeQueryCharacterPredicate
Top

Consultingwerk.SmartFramework.Repository.Class.SmartObjectTypeQueryCharacterPredicate ObjectTypeGuid


Returns Consultingwerk.SmartFramework.Repository.Class.SmartObjectTypeQueryCharacterPredicate
Top

Consultingwerk.SmartFramework.Repository.Class.SmartObjectTypeQueryCharacterPredicate ObjectTypeName


Returns Consultingwerk.SmartFramework.Repository.Class.SmartObjectTypeQueryCharacterPredicate
Top

Consultingwerk.SmartFramework.Repository.Class.SmartObjectTypeQuery Or


Returns Consultingwerk.SmartFramework.Repository.Class.SmartObjectTypeQuery
Top

Consultingwerk.SmartFramework.Repository.Class.SmartObjectTypeQuery OrNot


Returns Consultingwerk.SmartFramework.Repository.Class.SmartObjectTypeQuery
Top

Consultingwerk.SmartFramework.Repository.Class.SmartObjectTypeQueryLogicalPredicate StaticObject


Returns Consultingwerk.SmartFramework.Repository.Class.SmartObjectTypeQueryLogicalPredicate
Top

Consultingwerk.SmartFramework.Repository.Class.SmartObjectTypeQueryCharacterPredicate StoreInstances


Returns Consultingwerk.SmartFramework.Repository.Class.SmartObjectTypeQueryCharacterPredicate
Top

Consultingwerk.SmartFramework.Repository.Class.SmartObjectTypeQueryCharacterPredicate TechnicalClassName


Returns Consultingwerk.SmartFramework.Repository.Class.SmartObjectTypeQueryCharacterPredicate


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