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

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

Top Property Summary
Options Name Purpose
Consultingwerk.SmartFramework.Repository.Class.SmartLinkTypeQuery And
Consultingwerk.SmartFramework.Repository.Class.SmartLinkTypeQuery AndNot
Consultingwerk.SmartFramework.Repository.Class.SmartLinkTypeQueryCharacterPredicate LinkName
Consultingwerk.SmartFramework.Repository.Class.SmartLinkTypeQueryCharacterPredicate LinkTypeGuid
Consultingwerk.SmartFramework.Repository.Class.SmartLinkTypeQuery Or
Consultingwerk.SmartFramework.Repository.Class.SmartLinkTypeQuery OrNot
Consultingwerk.SmartFramework.Repository.Class.SmartLinkTypeQueryCharacterPredicate SourceHandshakeMethod
Consultingwerk.SmartFramework.Repository.Class.SmartLinkTypeQueryCharacterPredicate SourcePropertyName
Consultingwerk.SmartFramework.Repository.Class.SmartLinkTypeQueryCharacterPredicate TargetHandshakeMethod
Consultingwerk.SmartFramework.Repository.Class.SmartLinkTypeQueryCharacterPredicate TargetPropertyName


Method Detail
Top

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

Purpose: Joins a Query Entry using AND
Notes:

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

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

Purpose: Joins two Query Entries using AND
Notes:

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

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

Purpose: Joins three Query Entries using AND
Notes:

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

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

Purpose: Joins a Query Entry using AND NOT
Notes:

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

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

Purpose: Joins two Query Entries using AND NOT
Notes:

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

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

Purpose: Joins three Query Entries using AND NOT
Notes:

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

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

Purpose: Joins a Query Entry using OR
Notes:

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

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

Purpose: Joins two Query Entries using OR
Notes:

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

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

Purpose: Joins three Query Entries using OR
Notes:

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

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

Purpose: Joins a Query Entry using OR NOT
Notes:

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

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

Purpose: Joins two Query Entries using OR NOT
Notes:

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

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

Purpose: Joins three Query Entries using OR NOT
Notes:

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


Constructor Detail
Top

SmartLinkTypeQuery ()

Purpose: Constructor for the SmartLinkTypeQuery class
Notes:

Top

SmartLinkTypeQuery (character)

Purpose: Constructor for the SmartLinkTypeQuery class
Notes:

Parameters:
pLinkTypeGuid CHARACTER
The filter value for the eSmartLinkType.LinkTypeGuid field


Property Detail
Top

Consultingwerk.SmartFramework.Repository.Class.SmartLinkTypeQuery And


Returns Consultingwerk.SmartFramework.Repository.Class.SmartLinkTypeQuery
Top

Consultingwerk.SmartFramework.Repository.Class.SmartLinkTypeQuery AndNot


Returns Consultingwerk.SmartFramework.Repository.Class.SmartLinkTypeQuery
Top

Consultingwerk.SmartFramework.Repository.Class.SmartLinkTypeQueryCharacterPredicate LinkName


Returns Consultingwerk.SmartFramework.Repository.Class.SmartLinkTypeQueryCharacterPredicate
Top

Consultingwerk.SmartFramework.Repository.Class.SmartLinkTypeQueryCharacterPredicate LinkTypeGuid


Returns Consultingwerk.SmartFramework.Repository.Class.SmartLinkTypeQueryCharacterPredicate
Top

Consultingwerk.SmartFramework.Repository.Class.SmartLinkTypeQuery Or


Returns Consultingwerk.SmartFramework.Repository.Class.SmartLinkTypeQuery
Top

Consultingwerk.SmartFramework.Repository.Class.SmartLinkTypeQuery OrNot


Returns Consultingwerk.SmartFramework.Repository.Class.SmartLinkTypeQuery
Top

Consultingwerk.SmartFramework.Repository.Class.SmartLinkTypeQueryCharacterPredicate SourceHandshakeMethod


Returns Consultingwerk.SmartFramework.Repository.Class.SmartLinkTypeQueryCharacterPredicate
Top

Consultingwerk.SmartFramework.Repository.Class.SmartLinkTypeQueryCharacterPredicate SourcePropertyName


Returns Consultingwerk.SmartFramework.Repository.Class.SmartLinkTypeQueryCharacterPredicate
Top

Consultingwerk.SmartFramework.Repository.Class.SmartLinkTypeQueryCharacterPredicate TargetHandshakeMethod


Returns Consultingwerk.SmartFramework.Repository.Class.SmartLinkTypeQueryCharacterPredicate
Top

Consultingwerk.SmartFramework.Repository.Class.SmartLinkTypeQueryCharacterPredicate TargetPropertyName


Returns Consultingwerk.SmartFramework.Repository.Class.SmartLinkTypeQueryCharacterPredicate


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