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

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

Top Property Summary
Options Name Purpose
Consultingwerk.SmartFramework.Authorization.SmartSecurityObjectQuery And
Consultingwerk.SmartFramework.Authorization.SmartSecurityObjectQuery AndNot
Consultingwerk.SmartFramework.Authorization.SmartSecurityObjectQuery Or
Consultingwerk.SmartFramework.Authorization.SmartSecurityObjectQuery OrNot
Consultingwerk.SmartFramework.Authorization.SmartSecurityObjectQueryCharacterPredicate SecurityObjectDescription
Consultingwerk.SmartFramework.Authorization.SmartSecurityObjectQueryCharacterPredicate SecurityObjectGuid
Consultingwerk.SmartFramework.Authorization.SmartSecurityObjectQueryCharacterPredicate SecurityObjectName
Consultingwerk.SmartFramework.Authorization.SmartSecurityObjectQueryLogicalPredicate SystemOwned


Method Detail
Top

Consultingwerk.SmartFramework.Authorization.SmartSecurityObjectQuery And (SmartSecurityObjectQuery)

Purpose: Joins a Query Entry using AND
Notes:

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

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

Purpose: Joins two Query Entries using AND
Notes:

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

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

Purpose: Joins three Query Entries using AND
Notes:

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

Consultingwerk.SmartFramework.Authorization.SmartSecurityObjectQuery AndNot (SmartSecurityObjectQuery)

Purpose: Joins a Query Entry using AND NOT
Notes:

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

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

Purpose: Joins two Query Entries using AND NOT
Notes:

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

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

Purpose: Joins three Query Entries using AND NOT
Notes:

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

Consultingwerk.SmartFramework.Authorization.SmartSecurityObjectQuery Or (SmartSecurityObjectQuery)

Purpose: Joins a Query Entry using OR
Notes:

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

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

Purpose: Joins two Query Entries using OR
Notes:

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

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

Purpose: Joins three Query Entries using OR
Notes:

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

Consultingwerk.SmartFramework.Authorization.SmartSecurityObjectQuery OrNot (SmartSecurityObjectQuery)

Purpose: Joins a Query Entry using OR NOT
Notes:

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

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

Purpose: Joins two Query Entries using OR NOT
Notes:

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

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

Purpose: Joins three Query Entries using OR NOT
Notes:

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


Constructor Detail
Top

SmartSecurityObjectQuery ()

Purpose: Constructor for the SmartSecurityObjectQuery class
Notes:

Top

SmartSecurityObjectQuery (character)

Purpose: Constructor for the SmartSecurityObjectQuery class
Notes:

Parameters:
pSecurityObjectGuid CHARACTER
The filter value for the eSmartSecurityObject.SecurityObjectGuid field


Property Detail
Top

Consultingwerk.SmartFramework.Authorization.SmartSecurityObjectQuery And


Returns Consultingwerk.SmartFramework.Authorization.SmartSecurityObjectQuery
Top

Consultingwerk.SmartFramework.Authorization.SmartSecurityObjectQuery AndNot


Returns Consultingwerk.SmartFramework.Authorization.SmartSecurityObjectQuery
Top

Consultingwerk.SmartFramework.Authorization.SmartSecurityObjectQuery Or


Returns Consultingwerk.SmartFramework.Authorization.SmartSecurityObjectQuery
Top

Consultingwerk.SmartFramework.Authorization.SmartSecurityObjectQuery OrNot


Returns Consultingwerk.SmartFramework.Authorization.SmartSecurityObjectQuery
Top

Consultingwerk.SmartFramework.Authorization.SmartSecurityObjectQueryCharacterPredicate SecurityObjectDescription


Returns Consultingwerk.SmartFramework.Authorization.SmartSecurityObjectQueryCharacterPredicate
Top

Consultingwerk.SmartFramework.Authorization.SmartSecurityObjectQueryCharacterPredicate SecurityObjectGuid


Returns Consultingwerk.SmartFramework.Authorization.SmartSecurityObjectQueryCharacterPredicate
Top

Consultingwerk.SmartFramework.Authorization.SmartSecurityObjectQueryCharacterPredicate SecurityObjectName


Returns Consultingwerk.SmartFramework.Authorization.SmartSecurityObjectQueryCharacterPredicate
Top

Consultingwerk.SmartFramework.Authorization.SmartSecurityObjectQueryLogicalPredicate SystemOwned


Returns Consultingwerk.SmartFramework.Authorization.SmartSecurityObjectQueryLogicalPredicate


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