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

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

Top Property Summary
Options Name Purpose
Consultingwerk.SmartFramework.Repository.Object.SmartObjectMasterQuery And
Consultingwerk.SmartFramework.Repository.Object.SmartObjectMasterQuery AndNot
Consultingwerk.SmartFramework.Repository.Object.SmartObjectMasterQueryLogicalPredicate ContainerType
Consultingwerk.SmartFramework.Repository.Object.SmartObjectMasterQueryCharacterPredicate CustomizationResultCode
Consultingwerk.SmartFramework.Repository.Object.SmartObjectMasterQueryCharacterPredicate CustomizationResultGuid
Consultingwerk.SmartFramework.Repository.Object.SmartObjectMasterQueryCharacterPredicate DeploymentType
Consultingwerk.SmartFramework.Repository.Object.SmartObjectMasterQueryCharacterPredicate DesignTimeDataSourceGuid
Consultingwerk.SmartFramework.Repository.Object.SmartObjectMasterQueryCharacterPredicate DesignTimeDataSourceName
Consultingwerk.SmartFramework.Repository.Object.SmartObjectMasterQueryLogicalPredicate Disabled
Consultingwerk.SmartFramework.Repository.Object.SmartObjectMasterQueryCharacterPredicate ModuleGuid
Consultingwerk.SmartFramework.Repository.Object.SmartObjectMasterQueryCharacterPredicate ModuleName
Consultingwerk.SmartFramework.Repository.Object.SmartObjectMasterQueryCharacterPredicate ObjectDescription
Consultingwerk.SmartFramework.Repository.Object.SmartObjectMasterQueryCharacterPredicate ObjectExtension
Consultingwerk.SmartFramework.Repository.Object.SmartObjectMasterQueryCharacterPredicate ObjectMasterGuid
Consultingwerk.SmartFramework.Repository.Object.SmartObjectMasterQueryCharacterPredicate ObjectName
Consultingwerk.SmartFramework.Repository.Object.SmartObjectMasterQueryCharacterPredicate ObjectPackage
Consultingwerk.SmartFramework.Repository.Object.SmartObjectMasterQueryCharacterPredicate ObjectTags
Consultingwerk.SmartFramework.Repository.Object.SmartObjectMasterQueryCharacterPredicate ObjectTypeGuid
Consultingwerk.SmartFramework.Repository.Object.SmartObjectMasterQueryCharacterPredicate ObjectTypeName
Consultingwerk.SmartFramework.Repository.Object.SmartObjectMasterQuery Or
Consultingwerk.SmartFramework.Repository.Object.SmartObjectMasterQuery OrNot
Consultingwerk.SmartFramework.Repository.Object.SmartObjectMasterQueryLogicalPredicate RunnableFromMenu
Consultingwerk.SmartFramework.Repository.Object.SmartObjectMasterQueryLogicalPredicate StaticObject
Consultingwerk.SmartFramework.Repository.Object.SmartObjectMasterQueryLogicalPredicate TemplateObject
Consultingwerk.SmartFramework.Repository.Object.SmartObjectMasterQueryCharacterPredicate TypeIcon


Method Detail
Top

Consultingwerk.SmartFramework.Repository.Object.SmartObjectMasterQuery And (SmartObjectMasterQuery)

Purpose: Joins a Query Entry using AND
Notes:

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

Consultingwerk.SmartFramework.Repository.Object.SmartObjectMasterQuery And (SmartObjectMasterQuery, SmartObjectMasterQuery)

Purpose: Joins two Query Entries using AND
Notes:

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

Consultingwerk.SmartFramework.Repository.Object.SmartObjectMasterQuery And (SmartObjectMasterQuery, SmartObjectMasterQuery, SmartObjectMasterQuery)

Purpose: Joins three Query Entries using AND
Notes:

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

Consultingwerk.SmartFramework.Repository.Object.SmartObjectMasterQuery AndNot (SmartObjectMasterQuery)

Purpose: Joins a Query Entry using AND NOT
Notes:

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

Consultingwerk.SmartFramework.Repository.Object.SmartObjectMasterQuery AndNot (SmartObjectMasterQuery, SmartObjectMasterQuery)

Purpose: Joins two Query Entries using AND NOT
Notes:

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

Consultingwerk.SmartFramework.Repository.Object.SmartObjectMasterQuery AndNot (SmartObjectMasterQuery, SmartObjectMasterQuery, SmartObjectMasterQuery)

Purpose: Joins three Query Entries using AND NOT
Notes:

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

Consultingwerk.SmartFramework.Repository.Object.SmartObjectMasterQuery Or (SmartObjectMasterQuery)

Purpose: Joins a Query Entry using OR
Notes:

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

Consultingwerk.SmartFramework.Repository.Object.SmartObjectMasterQuery Or (SmartObjectMasterQuery, SmartObjectMasterQuery)

Purpose: Joins two Query Entries using OR
Notes:

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

Consultingwerk.SmartFramework.Repository.Object.SmartObjectMasterQuery Or (SmartObjectMasterQuery, SmartObjectMasterQuery, SmartObjectMasterQuery)

Purpose: Joins three Query Entries using OR
Notes:

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

Consultingwerk.SmartFramework.Repository.Object.SmartObjectMasterQuery OrNot (SmartObjectMasterQuery)

Purpose: Joins a Query Entry using OR NOT
Notes:

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

Consultingwerk.SmartFramework.Repository.Object.SmartObjectMasterQuery OrNot (SmartObjectMasterQuery, SmartObjectMasterQuery)

Purpose: Joins two Query Entries using OR NOT
Notes:

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

Consultingwerk.SmartFramework.Repository.Object.SmartObjectMasterQuery OrNot (SmartObjectMasterQuery, SmartObjectMasterQuery, SmartObjectMasterQuery)

Purpose: Joins three Query Entries using OR NOT
Notes:

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


Constructor Detail
Top

SmartObjectMasterQuery ()

Purpose: Constructor for the SmartObjectMasterQuery class
Notes:

Top

SmartObjectMasterQuery (character)

Purpose: Constructor for the SmartObjectMasterQuery class
Notes:

Parameters:
pObjectMasterGuid CHARACTER
The filter value for the eSmartObjectMaster.ObjectMasterGuid field


Property Detail
Top

Consultingwerk.SmartFramework.Repository.Object.SmartObjectMasterQuery And


Returns Consultingwerk.SmartFramework.Repository.Object.SmartObjectMasterQuery
Top

Consultingwerk.SmartFramework.Repository.Object.SmartObjectMasterQuery AndNot


Returns Consultingwerk.SmartFramework.Repository.Object.SmartObjectMasterQuery
Top

Consultingwerk.SmartFramework.Repository.Object.SmartObjectMasterQueryLogicalPredicate ContainerType


Returns Consultingwerk.SmartFramework.Repository.Object.SmartObjectMasterQueryLogicalPredicate
Top

Consultingwerk.SmartFramework.Repository.Object.SmartObjectMasterQueryCharacterPredicate CustomizationResultCode


Returns Consultingwerk.SmartFramework.Repository.Object.SmartObjectMasterQueryCharacterPredicate
Top

Consultingwerk.SmartFramework.Repository.Object.SmartObjectMasterQueryCharacterPredicate CustomizationResultGuid


Returns Consultingwerk.SmartFramework.Repository.Object.SmartObjectMasterQueryCharacterPredicate
Top

Consultingwerk.SmartFramework.Repository.Object.SmartObjectMasterQueryCharacterPredicate DeploymentType


Returns Consultingwerk.SmartFramework.Repository.Object.SmartObjectMasterQueryCharacterPredicate
Top

Consultingwerk.SmartFramework.Repository.Object.SmartObjectMasterQueryCharacterPredicate DesignTimeDataSourceGuid


Returns Consultingwerk.SmartFramework.Repository.Object.SmartObjectMasterQueryCharacterPredicate
Top

Consultingwerk.SmartFramework.Repository.Object.SmartObjectMasterQueryCharacterPredicate DesignTimeDataSourceName


Returns Consultingwerk.SmartFramework.Repository.Object.SmartObjectMasterQueryCharacterPredicate
Top

Consultingwerk.SmartFramework.Repository.Object.SmartObjectMasterQueryLogicalPredicate Disabled


Returns Consultingwerk.SmartFramework.Repository.Object.SmartObjectMasterQueryLogicalPredicate
Top

Consultingwerk.SmartFramework.Repository.Object.SmartObjectMasterQueryCharacterPredicate ModuleGuid


Returns Consultingwerk.SmartFramework.Repository.Object.SmartObjectMasterQueryCharacterPredicate
Top

Consultingwerk.SmartFramework.Repository.Object.SmartObjectMasterQueryCharacterPredicate ModuleName


Returns Consultingwerk.SmartFramework.Repository.Object.SmartObjectMasterQueryCharacterPredicate
Top

Consultingwerk.SmartFramework.Repository.Object.SmartObjectMasterQueryCharacterPredicate ObjectDescription


Returns Consultingwerk.SmartFramework.Repository.Object.SmartObjectMasterQueryCharacterPredicate
Top

Consultingwerk.SmartFramework.Repository.Object.SmartObjectMasterQueryCharacterPredicate ObjectExtension


Returns Consultingwerk.SmartFramework.Repository.Object.SmartObjectMasterQueryCharacterPredicate
Top

Consultingwerk.SmartFramework.Repository.Object.SmartObjectMasterQueryCharacterPredicate ObjectMasterGuid


Returns Consultingwerk.SmartFramework.Repository.Object.SmartObjectMasterQueryCharacterPredicate
Top

Consultingwerk.SmartFramework.Repository.Object.SmartObjectMasterQueryCharacterPredicate ObjectName


Returns Consultingwerk.SmartFramework.Repository.Object.SmartObjectMasterQueryCharacterPredicate
Top

Consultingwerk.SmartFramework.Repository.Object.SmartObjectMasterQueryCharacterPredicate ObjectPackage


Returns Consultingwerk.SmartFramework.Repository.Object.SmartObjectMasterQueryCharacterPredicate
Top

Consultingwerk.SmartFramework.Repository.Object.SmartObjectMasterQueryCharacterPredicate ObjectTags


Returns Consultingwerk.SmartFramework.Repository.Object.SmartObjectMasterQueryCharacterPredicate
Top

Consultingwerk.SmartFramework.Repository.Object.SmartObjectMasterQueryCharacterPredicate ObjectTypeGuid


Returns Consultingwerk.SmartFramework.Repository.Object.SmartObjectMasterQueryCharacterPredicate
Top

Consultingwerk.SmartFramework.Repository.Object.SmartObjectMasterQueryCharacterPredicate ObjectTypeName


Returns Consultingwerk.SmartFramework.Repository.Object.SmartObjectMasterQueryCharacterPredicate
Top

Consultingwerk.SmartFramework.Repository.Object.SmartObjectMasterQuery Or


Returns Consultingwerk.SmartFramework.Repository.Object.SmartObjectMasterQuery
Top

Consultingwerk.SmartFramework.Repository.Object.SmartObjectMasterQuery OrNot


Returns Consultingwerk.SmartFramework.Repository.Object.SmartObjectMasterQuery
Top

Consultingwerk.SmartFramework.Repository.Object.SmartObjectMasterQueryLogicalPredicate RunnableFromMenu


Returns Consultingwerk.SmartFramework.Repository.Object.SmartObjectMasterQueryLogicalPredicate
Top

Consultingwerk.SmartFramework.Repository.Object.SmartObjectMasterQueryLogicalPredicate StaticObject


Returns Consultingwerk.SmartFramework.Repository.Object.SmartObjectMasterQueryLogicalPredicate
Top

Consultingwerk.SmartFramework.Repository.Object.SmartObjectMasterQueryLogicalPredicate TemplateObject


Returns Consultingwerk.SmartFramework.Repository.Object.SmartObjectMasterQueryLogicalPredicate
Top

Consultingwerk.SmartFramework.Repository.Object.SmartObjectMasterQueryCharacterPredicate TypeIcon


Returns Consultingwerk.SmartFramework.Repository.Object.SmartObjectMasterQueryCharacterPredicate


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