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

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

Top Property Summary
Options Name Purpose
Consultingwerk.SmartFramework.System.SmartCommentRoleQuery And
Consultingwerk.SmartFramework.System.SmartCommentRoleQuery AndNot
Consultingwerk.SmartFramework.System.SmartCommentRoleQueryCharacterPredicate CommentRoleDescription
Consultingwerk.SmartFramework.System.SmartCommentRoleQueryCharacterPredicate CommentRoleGUID
Consultingwerk.SmartFramework.System.SmartCommentRoleQueryCharacterPredicate CommentRoleImageLarge
Consultingwerk.SmartFramework.System.SmartCommentRoleQueryCharacterPredicate CommentRoleImageSmall
Consultingwerk.SmartFramework.System.SmartCommentRoleQueryCharacterPredicate CommentRoleName
Consultingwerk.SmartFramework.System.SmartCommentRoleQuery Or
Consultingwerk.SmartFramework.System.SmartCommentRoleQuery OrNot
Consultingwerk.SmartFramework.System.SmartCommentRoleQueryLogicalPredicate SystemOwned


Method Detail
Top

Consultingwerk.SmartFramework.System.SmartCommentRoleQuery And (SmartCommentRoleQuery)

Purpose: Joins a Query Entry using AND
Notes:

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

Consultingwerk.SmartFramework.System.SmartCommentRoleQuery And (SmartCommentRoleQuery, SmartCommentRoleQuery)

Purpose: Joins two Query Entries using AND
Notes:

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

Consultingwerk.SmartFramework.System.SmartCommentRoleQuery And (SmartCommentRoleQuery, SmartCommentRoleQuery, SmartCommentRoleQuery)

Purpose: Joins three Query Entries using AND
Notes:

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

Consultingwerk.SmartFramework.System.SmartCommentRoleQuery AndNot (SmartCommentRoleQuery)

Purpose: Joins a Query Entry using AND NOT
Notes:

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

Consultingwerk.SmartFramework.System.SmartCommentRoleQuery AndNot (SmartCommentRoleQuery, SmartCommentRoleQuery)

Purpose: Joins two Query Entries using AND NOT
Notes:

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

Consultingwerk.SmartFramework.System.SmartCommentRoleQuery AndNot (SmartCommentRoleQuery, SmartCommentRoleQuery, SmartCommentRoleQuery)

Purpose: Joins three Query Entries using AND NOT
Notes:

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

Consultingwerk.SmartFramework.System.SmartCommentRoleQuery Or (SmartCommentRoleQuery)

Purpose: Joins a Query Entry using OR
Notes:

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

Consultingwerk.SmartFramework.System.SmartCommentRoleQuery Or (SmartCommentRoleQuery, SmartCommentRoleQuery)

Purpose: Joins two Query Entries using OR
Notes:

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

Consultingwerk.SmartFramework.System.SmartCommentRoleQuery Or (SmartCommentRoleQuery, SmartCommentRoleQuery, SmartCommentRoleQuery)

Purpose: Joins three Query Entries using OR
Notes:

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

Consultingwerk.SmartFramework.System.SmartCommentRoleQuery OrNot (SmartCommentRoleQuery)

Purpose: Joins a Query Entry using OR NOT
Notes:

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

Consultingwerk.SmartFramework.System.SmartCommentRoleQuery OrNot (SmartCommentRoleQuery, SmartCommentRoleQuery)

Purpose: Joins two Query Entries using OR NOT
Notes:

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

Consultingwerk.SmartFramework.System.SmartCommentRoleQuery OrNot (SmartCommentRoleQuery, SmartCommentRoleQuery, SmartCommentRoleQuery)

Purpose: Joins three Query Entries using OR NOT
Notes:

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


Constructor Detail
Top

SmartCommentRoleQuery ()

Purpose: Constructor for the SmartCommentRoleQuery class
Notes:

Top

SmartCommentRoleQuery (character)

Purpose: Constructor for the SmartCommentRoleQuery class
Notes:

Parameters:
pCommentRoleGUID CHARACTER
The filter value for the eSmartCommentRole.CommentRoleGUID field


Property Detail
Top

Consultingwerk.SmartFramework.System.SmartCommentRoleQuery And


Returns Consultingwerk.SmartFramework.System.SmartCommentRoleQuery
Top

Consultingwerk.SmartFramework.System.SmartCommentRoleQuery AndNot


Returns Consultingwerk.SmartFramework.System.SmartCommentRoleQuery
Top

Consultingwerk.SmartFramework.System.SmartCommentRoleQueryCharacterPredicate CommentRoleDescription


Returns Consultingwerk.SmartFramework.System.SmartCommentRoleQueryCharacterPredicate
Top

Consultingwerk.SmartFramework.System.SmartCommentRoleQueryCharacterPredicate CommentRoleGUID


Returns Consultingwerk.SmartFramework.System.SmartCommentRoleQueryCharacterPredicate
Top

Consultingwerk.SmartFramework.System.SmartCommentRoleQueryCharacterPredicate CommentRoleImageLarge


Returns Consultingwerk.SmartFramework.System.SmartCommentRoleQueryCharacterPredicate
Top

Consultingwerk.SmartFramework.System.SmartCommentRoleQueryCharacterPredicate CommentRoleImageSmall


Returns Consultingwerk.SmartFramework.System.SmartCommentRoleQueryCharacterPredicate
Top

Consultingwerk.SmartFramework.System.SmartCommentRoleQueryCharacterPredicate CommentRoleName


Returns Consultingwerk.SmartFramework.System.SmartCommentRoleQueryCharacterPredicate
Top

Consultingwerk.SmartFramework.System.SmartCommentRoleQuery Or


Returns Consultingwerk.SmartFramework.System.SmartCommentRoleQuery
Top

Consultingwerk.SmartFramework.System.SmartCommentRoleQuery OrNot


Returns Consultingwerk.SmartFramework.System.SmartCommentRoleQuery
Top

Consultingwerk.SmartFramework.System.SmartCommentRoleQueryLogicalPredicate SystemOwned


Returns Consultingwerk.SmartFramework.System.SmartCommentRoleQueryLogicalPredicate


©2006-2026 Consultingwerk Ltd.         info@consultingwerk.de         http://www.consultingwerk.de       30.03.2026 11:11:02