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

Top Constructor Summary
Options Name Purpose
SmartLinkQuery () Constructor for the SmartLinkQuery class

Top Property Summary
Options Name Purpose
Consultingwerk.SmartFramework.Repository.Object.SmartLinkQuery And
Consultingwerk.SmartFramework.Repository.Object.SmartLinkQuery AndNot
Consultingwerk.SmartFramework.Repository.Object.SmartLinkQueryCharacterPredicate ContainerObjectMasterGuid
Consultingwerk.SmartFramework.Repository.Object.SmartLinkQueryCharacterPredicate LinkGuid
Consultingwerk.SmartFramework.Repository.Object.SmartLinkQueryCharacterPredicate LinkName
Consultingwerk.SmartFramework.Repository.Object.SmartLinkQueryCharacterPredicate LinkTypeGuid
Consultingwerk.SmartFramework.Repository.Object.SmartLinkQuery Or
Consultingwerk.SmartFramework.Repository.Object.SmartLinkQuery OrNot
Consultingwerk.SmartFramework.Repository.Object.SmartLinkQueryCharacterPredicate SourceObjectInstanceGuid
Consultingwerk.SmartFramework.Repository.Object.SmartLinkQueryCharacterPredicate SourceObjectName
Consultingwerk.SmartFramework.Repository.Object.SmartLinkQueryIntegerPredicate SourcePageNumber
Consultingwerk.SmartFramework.Repository.Object.SmartLinkQueryCharacterPredicate SourceTypeIcon
Consultingwerk.SmartFramework.Repository.Object.SmartLinkQueryCharacterPredicate TargetObjectInstanceGuid
Consultingwerk.SmartFramework.Repository.Object.SmartLinkQueryCharacterPredicate TargetObjectName
Consultingwerk.SmartFramework.Repository.Object.SmartLinkQueryIntegerPredicate TargetPageNumber
Consultingwerk.SmartFramework.Repository.Object.SmartLinkQueryCharacterPredicate TargetTypeIcon


Method Detail
Top

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

Purpose: Joins a Query Entry using AND
Notes:

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

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

Purpose: Joins two Query Entries using AND
Notes:

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

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

Purpose: Joins three Query Entries using AND
Notes:

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

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

Purpose: Joins a Query Entry using AND NOT
Notes:

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

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

Purpose: Joins two Query Entries using AND NOT
Notes:

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

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

Purpose: Joins three Query Entries using AND NOT
Notes:

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

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

Purpose: Joins a Query Entry using OR
Notes:

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

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

Purpose: Joins two Query Entries using OR
Notes:

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

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

Purpose: Joins three Query Entries using OR
Notes:

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

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

Purpose: Joins a Query Entry using OR NOT
Notes:

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

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

Purpose: Joins two Query Entries using OR NOT
Notes:

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

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

Purpose: Joins three Query Entries using OR NOT
Notes:

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


Constructor Detail
Top

SmartLinkQuery ()

Purpose: Constructor for the SmartLinkQuery class
Notes:



Property Detail
Top

Consultingwerk.SmartFramework.Repository.Object.SmartLinkQuery And


Returns Consultingwerk.SmartFramework.Repository.Object.SmartLinkQuery
Top

Consultingwerk.SmartFramework.Repository.Object.SmartLinkQuery AndNot


Returns Consultingwerk.SmartFramework.Repository.Object.SmartLinkQuery
Top

Consultingwerk.SmartFramework.Repository.Object.SmartLinkQueryCharacterPredicate ContainerObjectMasterGuid


Returns Consultingwerk.SmartFramework.Repository.Object.SmartLinkQueryCharacterPredicate
Top

Consultingwerk.SmartFramework.Repository.Object.SmartLinkQueryCharacterPredicate LinkGuid


Returns Consultingwerk.SmartFramework.Repository.Object.SmartLinkQueryCharacterPredicate
Top

Consultingwerk.SmartFramework.Repository.Object.SmartLinkQueryCharacterPredicate LinkName


Returns Consultingwerk.SmartFramework.Repository.Object.SmartLinkQueryCharacterPredicate
Top

Consultingwerk.SmartFramework.Repository.Object.SmartLinkQueryCharacterPredicate LinkTypeGuid


Returns Consultingwerk.SmartFramework.Repository.Object.SmartLinkQueryCharacterPredicate
Top

Consultingwerk.SmartFramework.Repository.Object.SmartLinkQuery Or


Returns Consultingwerk.SmartFramework.Repository.Object.SmartLinkQuery
Top

Consultingwerk.SmartFramework.Repository.Object.SmartLinkQuery OrNot


Returns Consultingwerk.SmartFramework.Repository.Object.SmartLinkQuery
Top

Consultingwerk.SmartFramework.Repository.Object.SmartLinkQueryCharacterPredicate SourceObjectInstanceGuid


Returns Consultingwerk.SmartFramework.Repository.Object.SmartLinkQueryCharacterPredicate
Top

Consultingwerk.SmartFramework.Repository.Object.SmartLinkQueryCharacterPredicate SourceObjectName


Returns Consultingwerk.SmartFramework.Repository.Object.SmartLinkQueryCharacterPredicate
Top

Consultingwerk.SmartFramework.Repository.Object.SmartLinkQueryIntegerPredicate SourcePageNumber


Returns Consultingwerk.SmartFramework.Repository.Object.SmartLinkQueryIntegerPredicate
Top

Consultingwerk.SmartFramework.Repository.Object.SmartLinkQueryCharacterPredicate SourceTypeIcon


Returns Consultingwerk.SmartFramework.Repository.Object.SmartLinkQueryCharacterPredicate
Top

Consultingwerk.SmartFramework.Repository.Object.SmartLinkQueryCharacterPredicate TargetObjectInstanceGuid


Returns Consultingwerk.SmartFramework.Repository.Object.SmartLinkQueryCharacterPredicate
Top

Consultingwerk.SmartFramework.Repository.Object.SmartLinkQueryCharacterPredicate TargetObjectName


Returns Consultingwerk.SmartFramework.Repository.Object.SmartLinkQueryCharacterPredicate
Top

Consultingwerk.SmartFramework.Repository.Object.SmartLinkQueryIntegerPredicate TargetPageNumber


Returns Consultingwerk.SmartFramework.Repository.Object.SmartLinkQueryIntegerPredicate
Top

Consultingwerk.SmartFramework.Repository.Object.SmartLinkQueryCharacterPredicate TargetTypeIcon


Returns Consultingwerk.SmartFramework.Repository.Object.SmartLinkQueryCharacterPredicate


©2006-2026 Consultingwerk Ltd.         info@consultingwerk.de         http://www.consultingwerk.de       26.04.2026 22:28:23