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

Top Constructor Summary
Options Name Purpose
SmartSecurityObjectTokenQuery () Constructor for the SmartSecurityObjectTokenQuery class

Top Property Summary
Options Name Purpose
Consultingwerk.SmartFramework.Authorization.SmartSecurityObjectTokenQuery And
Consultingwerk.SmartFramework.Authorization.SmartSecurityObjectTokenQuery AndNot
Consultingwerk.SmartFramework.Authorization.SmartSecurityObjectTokenQueryCharacterPredicate Description
Consultingwerk.SmartFramework.Authorization.SmartSecurityObjectTokenQuery Or
Consultingwerk.SmartFramework.Authorization.SmartSecurityObjectTokenQuery OrNot
Consultingwerk.SmartFramework.Authorization.SmartSecurityObjectTokenQueryCharacterPredicate SecurityObjectGuid
Consultingwerk.SmartFramework.Authorization.SmartSecurityObjectTokenQueryCharacterPredicate SecurityObjectTokenGuid
Consultingwerk.SmartFramework.Authorization.SmartSecurityObjectTokenQueryCharacterPredicate SecurityTokenCode
Consultingwerk.SmartFramework.Authorization.SmartSecurityObjectTokenQueryCharacterPredicate SecurityTokenGuid
Consultingwerk.SmartFramework.Authorization.SmartSecurityObjectTokenQueryLogicalPredicate SystemOwned


Method Detail
Top

Consultingwerk.SmartFramework.Authorization.SmartSecurityObjectTokenQuery And (SmartSecurityObjectTokenQuery)

Purpose: Joins a Query Entry using AND
Notes:

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

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

Purpose: Joins two Query Entries using AND
Notes:

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

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

Purpose: Joins three Query Entries using AND
Notes:

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

Consultingwerk.SmartFramework.Authorization.SmartSecurityObjectTokenQuery AndNot (SmartSecurityObjectTokenQuery)

Purpose: Joins a Query Entry using AND NOT
Notes:

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

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

Purpose: Joins two Query Entries using AND NOT
Notes:

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

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

Purpose: Joins three Query Entries using AND NOT
Notes:

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

Consultingwerk.SmartFramework.Authorization.SmartSecurityObjectTokenQuery Or (SmartSecurityObjectTokenQuery)

Purpose: Joins a Query Entry using OR
Notes:

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

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

Purpose: Joins two Query Entries using OR
Notes:

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

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

Purpose: Joins three Query Entries using OR
Notes:

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

Consultingwerk.SmartFramework.Authorization.SmartSecurityObjectTokenQuery OrNot (SmartSecurityObjectTokenQuery)

Purpose: Joins a Query Entry using OR NOT
Notes:

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

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

Purpose: Joins two Query Entries using OR NOT
Notes:

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

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

Purpose: Joins three Query Entries using OR NOT
Notes:

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


Constructor Detail
Top

SmartSecurityObjectTokenQuery ()

Purpose: Constructor for the SmartSecurityObjectTokenQuery class
Notes:



Property Detail
Top

Consultingwerk.SmartFramework.Authorization.SmartSecurityObjectTokenQuery And


Returns Consultingwerk.SmartFramework.Authorization.SmartSecurityObjectTokenQuery
Top

Consultingwerk.SmartFramework.Authorization.SmartSecurityObjectTokenQuery AndNot


Returns Consultingwerk.SmartFramework.Authorization.SmartSecurityObjectTokenQuery
Top

Consultingwerk.SmartFramework.Authorization.SmartSecurityObjectTokenQueryCharacterPredicate Description


Returns Consultingwerk.SmartFramework.Authorization.SmartSecurityObjectTokenQueryCharacterPredicate
Top

Consultingwerk.SmartFramework.Authorization.SmartSecurityObjectTokenQuery Or


Returns Consultingwerk.SmartFramework.Authorization.SmartSecurityObjectTokenQuery
Top

Consultingwerk.SmartFramework.Authorization.SmartSecurityObjectTokenQuery OrNot


Returns Consultingwerk.SmartFramework.Authorization.SmartSecurityObjectTokenQuery
Top

Consultingwerk.SmartFramework.Authorization.SmartSecurityObjectTokenQueryCharacterPredicate SecurityObjectGuid


Returns Consultingwerk.SmartFramework.Authorization.SmartSecurityObjectTokenQueryCharacterPredicate
Top

Consultingwerk.SmartFramework.Authorization.SmartSecurityObjectTokenQueryCharacterPredicate SecurityObjectTokenGuid


Returns Consultingwerk.SmartFramework.Authorization.SmartSecurityObjectTokenQueryCharacterPredicate
Top

Consultingwerk.SmartFramework.Authorization.SmartSecurityObjectTokenQueryCharacterPredicate SecurityTokenCode


Returns Consultingwerk.SmartFramework.Authorization.SmartSecurityObjectTokenQueryCharacterPredicate
Top

Consultingwerk.SmartFramework.Authorization.SmartSecurityObjectTokenQueryCharacterPredicate SecurityTokenGuid


Returns Consultingwerk.SmartFramework.Authorization.SmartSecurityObjectTokenQueryCharacterPredicate
Top

Consultingwerk.SmartFramework.Authorization.SmartSecurityObjectTokenQueryLogicalPredicate SystemOwned


Returns Consultingwerk.SmartFramework.Authorization.SmartSecurityObjectTokenQueryLogicalPredicate


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