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

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

Top Property Summary
Options Name Purpose
Consultingwerk.SmartFramework.System.SmartAttachmentQuery And
Consultingwerk.SmartFramework.System.SmartAttachmentQuery AndNot
Consultingwerk.SmartFramework.System.SmartAttachmentQueryCharacterPredicate AttachmentFolder
Consultingwerk.SmartFramework.System.SmartAttachmentQueryCharacterPredicate AttachmentGUID
Consultingwerk.SmartFramework.System.SmartAttachmentQueryCharacterPredicate AttachmentName
Consultingwerk.SmartFramework.System.SmartAttachmentQueryCharacterPredicate AttachmentRoleGUID
Consultingwerk.SmartFramework.System.SmartAttachmentQueryCharacterPredicate AttachmentRoleName
Consultingwerk.SmartFramework.System.SmartAttachmentQueryInt64Predicate AttachmentSize
Consultingwerk.SmartFramework.System.SmartAttachmentQueryCharacterPredicate CommentRoleGUID
Consultingwerk.SmartFramework.System.SmartAttachmentQueryCharacterPredicate LanguageGuid
Consultingwerk.SmartFramework.System.SmartAttachmentQuery Or
Consultingwerk.SmartFramework.System.SmartAttachmentQuery OrNot
Consultingwerk.SmartFramework.System.SmartAttachmentQueryCharacterPredicate RecordKeyValue
Consultingwerk.SmartFramework.System.SmartAttachmentQueryCharacterPredicate TableGUID


Method Detail
Top

Consultingwerk.SmartFramework.System.SmartAttachmentQuery And (SmartAttachmentQuery)

Purpose: Joins a Query Entry using AND
Notes:

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

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

Purpose: Joins two Query Entries using AND
Notes:

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

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

Purpose: Joins three Query Entries using AND
Notes:

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

Consultingwerk.SmartFramework.System.SmartAttachmentQuery AndNot (SmartAttachmentQuery)

Purpose: Joins a Query Entry using AND NOT
Notes:

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

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

Purpose: Joins two Query Entries using AND NOT
Notes:

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

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

Purpose: Joins three Query Entries using AND NOT
Notes:

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

Consultingwerk.SmartFramework.System.SmartAttachmentQuery Or (SmartAttachmentQuery)

Purpose: Joins a Query Entry using OR
Notes:

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

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

Purpose: Joins two Query Entries using OR
Notes:

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

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

Purpose: Joins three Query Entries using OR
Notes:

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

Consultingwerk.SmartFramework.System.SmartAttachmentQuery OrNot (SmartAttachmentQuery)

Purpose: Joins a Query Entry using OR NOT
Notes:

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

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

Purpose: Joins two Query Entries using OR NOT
Notes:

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

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

Purpose: Joins three Query Entries using OR NOT
Notes:

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


Constructor Detail
Top

SmartAttachmentQuery ()

Purpose: Constructor for the SmartAttachmentQuery class
Notes:

Top

SmartAttachmentQuery (character, character, character, character)

Purpose: Constructor for the SmartAttachmentQuery class
Notes:

Parameters:
pTableGUID CHARACTER
The filter value for the eSmartAttachment.TableGUID field
pRecordKeyValue CHARACTER
The filter value for the eSmartAttachment.RecordKeyValue field
pAttachmentFolder CHARACTER
The filter value for the eSmartAttachment.AttachmentFolder field
pAttachmentName CHARACTER
The filter value for the eSmartAttachment.AttachmentName field


Property Detail
Top

Consultingwerk.SmartFramework.System.SmartAttachmentQuery And


Returns Consultingwerk.SmartFramework.System.SmartAttachmentQuery
Top

Consultingwerk.SmartFramework.System.SmartAttachmentQuery AndNot


Returns Consultingwerk.SmartFramework.System.SmartAttachmentQuery
Top

Consultingwerk.SmartFramework.System.SmartAttachmentQueryCharacterPredicate AttachmentFolder


Returns Consultingwerk.SmartFramework.System.SmartAttachmentQueryCharacterPredicate
Top

Consultingwerk.SmartFramework.System.SmartAttachmentQueryCharacterPredicate AttachmentGUID


Returns Consultingwerk.SmartFramework.System.SmartAttachmentQueryCharacterPredicate
Top

Consultingwerk.SmartFramework.System.SmartAttachmentQueryCharacterPredicate AttachmentName


Returns Consultingwerk.SmartFramework.System.SmartAttachmentQueryCharacterPredicate
Top

Consultingwerk.SmartFramework.System.SmartAttachmentQueryCharacterPredicate AttachmentRoleGUID


Returns Consultingwerk.SmartFramework.System.SmartAttachmentQueryCharacterPredicate
Top

Consultingwerk.SmartFramework.System.SmartAttachmentQueryCharacterPredicate AttachmentRoleName


Returns Consultingwerk.SmartFramework.System.SmartAttachmentQueryCharacterPredicate
Top

Consultingwerk.SmartFramework.System.SmartAttachmentQueryInt64Predicate AttachmentSize


Returns Consultingwerk.SmartFramework.System.SmartAttachmentQueryInt64Predicate
Top

Consultingwerk.SmartFramework.System.SmartAttachmentQueryCharacterPredicate CommentRoleGUID


Returns Consultingwerk.SmartFramework.System.SmartAttachmentQueryCharacterPredicate
Top

Consultingwerk.SmartFramework.System.SmartAttachmentQueryCharacterPredicate LanguageGuid


Returns Consultingwerk.SmartFramework.System.SmartAttachmentQueryCharacterPredicate
Top

Consultingwerk.SmartFramework.System.SmartAttachmentQuery Or


Returns Consultingwerk.SmartFramework.System.SmartAttachmentQuery
Top

Consultingwerk.SmartFramework.System.SmartAttachmentQuery OrNot


Returns Consultingwerk.SmartFramework.System.SmartAttachmentQuery
Top

Consultingwerk.SmartFramework.System.SmartAttachmentQueryCharacterPredicate RecordKeyValue


Returns Consultingwerk.SmartFramework.System.SmartAttachmentQueryCharacterPredicate
Top

Consultingwerk.SmartFramework.System.SmartAttachmentQueryCharacterPredicate TableGUID


Returns Consultingwerk.SmartFramework.System.SmartAttachmentQueryCharacterPredicate


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