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

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

Top Property Summary
Options Name Purpose
Consultingwerk.SmartFramework.Repository.Class.SmartAttributeGroupQuery And
Consultingwerk.SmartFramework.Repository.Class.SmartAttributeGroupQuery AndNot
Consultingwerk.SmartFramework.Repository.Class.SmartAttributeGroupQueryCharacterPredicate AttributeGroupDescription
Consultingwerk.SmartFramework.Repository.Class.SmartAttributeGroupQueryCharacterPredicate AttributeGroupGuid
Consultingwerk.SmartFramework.Repository.Class.SmartAttributeGroupQueryCharacterPredicate AttributeGroupName
Consultingwerk.SmartFramework.Repository.Class.SmartAttributeGroupQuery Or
Consultingwerk.SmartFramework.Repository.Class.SmartAttributeGroupQuery OrNot


Method Detail
Top

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

Purpose: Joins a Query Entry using AND
Notes:

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

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

Purpose: Joins two Query Entries using AND
Notes:

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

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

Purpose: Joins three Query Entries using AND
Notes:

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

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

Purpose: Joins a Query Entry using AND NOT
Notes:

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

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

Purpose: Joins two Query Entries using AND NOT
Notes:

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

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

Purpose: Joins three Query Entries using AND NOT
Notes:

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

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

Purpose: Joins a Query Entry using OR
Notes:

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

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

Purpose: Joins two Query Entries using OR
Notes:

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

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

Purpose: Joins three Query Entries using OR
Notes:

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

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

Purpose: Joins a Query Entry using OR NOT
Notes:

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

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

Purpose: Joins two Query Entries using OR NOT
Notes:

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

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

Purpose: Joins three Query Entries using OR NOT
Notes:

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


Constructor Detail
Top

SmartAttributeGroupQuery ()

Purpose: Constructor for the SmartAttributeGroupQuery class
Notes:

Top

SmartAttributeGroupQuery (character)

Purpose: Constructor for the SmartAttributeGroupQuery class
Notes:

Parameters:
pAttributeGroupGuid CHARACTER
The filter value for the eSmartAttributeGroup.AttributeGroupGuid field


Property Detail
Top

Consultingwerk.SmartFramework.Repository.Class.SmartAttributeGroupQuery And


Returns Consultingwerk.SmartFramework.Repository.Class.SmartAttributeGroupQuery
Top

Consultingwerk.SmartFramework.Repository.Class.SmartAttributeGroupQuery AndNot


Returns Consultingwerk.SmartFramework.Repository.Class.SmartAttributeGroupQuery
Top

Consultingwerk.SmartFramework.Repository.Class.SmartAttributeGroupQueryCharacterPredicate AttributeGroupDescription


Returns Consultingwerk.SmartFramework.Repository.Class.SmartAttributeGroupQueryCharacterPredicate
Top

Consultingwerk.SmartFramework.Repository.Class.SmartAttributeGroupQueryCharacterPredicate AttributeGroupGuid


Returns Consultingwerk.SmartFramework.Repository.Class.SmartAttributeGroupQueryCharacterPredicate
Top

Consultingwerk.SmartFramework.Repository.Class.SmartAttributeGroupQueryCharacterPredicate AttributeGroupName


Returns Consultingwerk.SmartFramework.Repository.Class.SmartAttributeGroupQueryCharacterPredicate
Top

Consultingwerk.SmartFramework.Repository.Class.SmartAttributeGroupQuery Or


Returns Consultingwerk.SmartFramework.Repository.Class.SmartAttributeGroupQuery
Top

Consultingwerk.SmartFramework.Repository.Class.SmartAttributeGroupQuery OrNot


Returns Consultingwerk.SmartFramework.Repository.Class.SmartAttributeGroupQuery


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