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

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

Top Property Summary
Options Name Purpose
Consultingwerk.SmartFramework.Authorization.SmartParentGroupQuery And
Consultingwerk.SmartFramework.Authorization.SmartParentGroupQuery AndNot
Consultingwerk.SmartFramework.Authorization.SmartParentGroupQueryCharacterPredicate GroupGuid
Consultingwerk.SmartFramework.Authorization.SmartParentGroupQueryCharacterPredicate GroupName
Consultingwerk.SmartFramework.Authorization.SmartParentGroupQuery Or
Consultingwerk.SmartFramework.Authorization.SmartParentGroupQuery OrNot
Consultingwerk.SmartFramework.Authorization.SmartParentGroupQueryCharacterPredicate ParentGroupGuid
Consultingwerk.SmartFramework.Authorization.SmartParentGroupQueryCharacterPredicate ParentingGroupGuid
Consultingwerk.SmartFramework.Authorization.SmartParentGroupQueryCharacterPredicate ParentingGroupName


Method Detail
Top

Consultingwerk.SmartFramework.Authorization.SmartParentGroupQuery And (SmartParentGroupQuery)

Purpose: Joins a Query Entry using AND
Notes:

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

Consultingwerk.SmartFramework.Authorization.SmartParentGroupQuery And (SmartParentGroupQuery, SmartParentGroupQuery)

Purpose: Joins two Query Entries using AND
Notes:

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

Consultingwerk.SmartFramework.Authorization.SmartParentGroupQuery And (SmartParentGroupQuery, SmartParentGroupQuery, SmartParentGroupQuery)

Purpose: Joins three Query Entries using AND
Notes:

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

Consultingwerk.SmartFramework.Authorization.SmartParentGroupQuery AndNot (SmartParentGroupQuery)

Purpose: Joins a Query Entry using AND NOT
Notes:

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

Consultingwerk.SmartFramework.Authorization.SmartParentGroupQuery AndNot (SmartParentGroupQuery, SmartParentGroupQuery)

Purpose: Joins two Query Entries using AND NOT
Notes:

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

Consultingwerk.SmartFramework.Authorization.SmartParentGroupQuery AndNot (SmartParentGroupQuery, SmartParentGroupQuery, SmartParentGroupQuery)

Purpose: Joins three Query Entries using AND NOT
Notes:

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

Consultingwerk.SmartFramework.Authorization.SmartParentGroupQuery Or (SmartParentGroupQuery)

Purpose: Joins a Query Entry using OR
Notes:

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

Consultingwerk.SmartFramework.Authorization.SmartParentGroupQuery Or (SmartParentGroupQuery, SmartParentGroupQuery)

Purpose: Joins two Query Entries using OR
Notes:

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

Consultingwerk.SmartFramework.Authorization.SmartParentGroupQuery Or (SmartParentGroupQuery, SmartParentGroupQuery, SmartParentGroupQuery)

Purpose: Joins three Query Entries using OR
Notes:

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

Consultingwerk.SmartFramework.Authorization.SmartParentGroupQuery OrNot (SmartParentGroupQuery)

Purpose: Joins a Query Entry using OR NOT
Notes:

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

Consultingwerk.SmartFramework.Authorization.SmartParentGroupQuery OrNot (SmartParentGroupQuery, SmartParentGroupQuery)

Purpose: Joins two Query Entries using OR NOT
Notes:

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

Consultingwerk.SmartFramework.Authorization.SmartParentGroupQuery OrNot (SmartParentGroupQuery, SmartParentGroupQuery, SmartParentGroupQuery)

Purpose: Joins three Query Entries using OR NOT
Notes:

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


Constructor Detail
Top

SmartParentGroupQuery ()

Purpose: Constructor for the SmartParentGroupQuery class
Notes:

Top

SmartParentGroupQuery (character)

Purpose: Constructor for the SmartParentGroupQuery class
Notes:

Parameters:
pParentGroupGuid CHARACTER
The filter value for the eSmartParentGroup.ParentGroupGuid field


Property Detail
Top

Consultingwerk.SmartFramework.Authorization.SmartParentGroupQuery And


Returns Consultingwerk.SmartFramework.Authorization.SmartParentGroupQuery
Top

Consultingwerk.SmartFramework.Authorization.SmartParentGroupQuery AndNot


Returns Consultingwerk.SmartFramework.Authorization.SmartParentGroupQuery
Top

Consultingwerk.SmartFramework.Authorization.SmartParentGroupQueryCharacterPredicate GroupGuid


Returns Consultingwerk.SmartFramework.Authorization.SmartParentGroupQueryCharacterPredicate
Top

Consultingwerk.SmartFramework.Authorization.SmartParentGroupQueryCharacterPredicate GroupName


Returns Consultingwerk.SmartFramework.Authorization.SmartParentGroupQueryCharacterPredicate
Top

Consultingwerk.SmartFramework.Authorization.SmartParentGroupQuery Or


Returns Consultingwerk.SmartFramework.Authorization.SmartParentGroupQuery
Top

Consultingwerk.SmartFramework.Authorization.SmartParentGroupQuery OrNot


Returns Consultingwerk.SmartFramework.Authorization.SmartParentGroupQuery
Top

Consultingwerk.SmartFramework.Authorization.SmartParentGroupQueryCharacterPredicate ParentGroupGuid


Returns Consultingwerk.SmartFramework.Authorization.SmartParentGroupQueryCharacterPredicate
Top

Consultingwerk.SmartFramework.Authorization.SmartParentGroupQueryCharacterPredicate ParentingGroupGuid


Returns Consultingwerk.SmartFramework.Authorization.SmartParentGroupQueryCharacterPredicate
Top

Consultingwerk.SmartFramework.Authorization.SmartParentGroupQueryCharacterPredicate ParentingGroupName


Returns Consultingwerk.SmartFramework.Authorization.SmartParentGroupQueryCharacterPredicate


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