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

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

Top Property Summary
Options Name Purpose
Consultingwerk.SmartFramework.Authorization.SmartSecurityTokenQuery And
Consultingwerk.SmartFramework.Authorization.SmartSecurityTokenQuery AndNot
Consultingwerk.SmartFramework.Authorization.SmartSecurityTokenQuery Or
Consultingwerk.SmartFramework.Authorization.SmartSecurityTokenQuery OrNot
Consultingwerk.SmartFramework.Authorization.SmartSecurityTokenQueryCharacterPredicate SecurityTokenCode
Consultingwerk.SmartFramework.Authorization.SmartSecurityTokenQueryCharacterPredicate SecurityTokenDescription
Consultingwerk.SmartFramework.Authorization.SmartSecurityTokenQueryCharacterPredicate SecurityTokenGuid
Consultingwerk.SmartFramework.Authorization.SmartSecurityTokenQueryLogicalPredicate SystemOwned


Method Detail
Top

Consultingwerk.SmartFramework.Authorization.SmartSecurityTokenQuery And (SmartSecurityTokenQuery)

Purpose: Joins a Query Entry using AND
Notes:

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

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

Purpose: Joins two Query Entries using AND
Notes:

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

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

Purpose: Joins three Query Entries using AND
Notes:

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

Consultingwerk.SmartFramework.Authorization.SmartSecurityTokenQuery AndNot (SmartSecurityTokenQuery)

Purpose: Joins a Query Entry using AND NOT
Notes:

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

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

Purpose: Joins two Query Entries using AND NOT
Notes:

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

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

Purpose: Joins three Query Entries using AND NOT
Notes:

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

Consultingwerk.SmartFramework.Authorization.SmartSecurityTokenQuery Or (SmartSecurityTokenQuery)

Purpose: Joins a Query Entry using OR
Notes:

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

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

Purpose: Joins two Query Entries using OR
Notes:

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

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

Purpose: Joins three Query Entries using OR
Notes:

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

Consultingwerk.SmartFramework.Authorization.SmartSecurityTokenQuery OrNot (SmartSecurityTokenQuery)

Purpose: Joins a Query Entry using OR NOT
Notes:

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

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

Purpose: Joins two Query Entries using OR NOT
Notes:

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

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

Purpose: Joins three Query Entries using OR NOT
Notes:

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


Constructor Detail
Top

SmartSecurityTokenQuery ()

Purpose: Constructor for the SmartSecurityTokenQuery class
Notes:

Top

SmartSecurityTokenQuery (character)

Purpose: Constructor for the SmartSecurityTokenQuery class
Notes:

Parameters:
pSecurityTokenGuid CHARACTER
The filter value for the eSmartSecurityToken.SecurityTokenGuid field


Property Detail
Top

Consultingwerk.SmartFramework.Authorization.SmartSecurityTokenQuery And


Returns Consultingwerk.SmartFramework.Authorization.SmartSecurityTokenQuery
Top

Consultingwerk.SmartFramework.Authorization.SmartSecurityTokenQuery AndNot


Returns Consultingwerk.SmartFramework.Authorization.SmartSecurityTokenQuery
Top

Consultingwerk.SmartFramework.Authorization.SmartSecurityTokenQuery Or


Returns Consultingwerk.SmartFramework.Authorization.SmartSecurityTokenQuery
Top

Consultingwerk.SmartFramework.Authorization.SmartSecurityTokenQuery OrNot


Returns Consultingwerk.SmartFramework.Authorization.SmartSecurityTokenQuery
Top

Consultingwerk.SmartFramework.Authorization.SmartSecurityTokenQueryCharacterPredicate SecurityTokenCode


Returns Consultingwerk.SmartFramework.Authorization.SmartSecurityTokenQueryCharacterPredicate
Top

Consultingwerk.SmartFramework.Authorization.SmartSecurityTokenQueryCharacterPredicate SecurityTokenDescription


Returns Consultingwerk.SmartFramework.Authorization.SmartSecurityTokenQueryCharacterPredicate
Top

Consultingwerk.SmartFramework.Authorization.SmartSecurityTokenQueryCharacterPredicate SecurityTokenGuid


Returns Consultingwerk.SmartFramework.Authorization.SmartSecurityTokenQueryCharacterPredicate
Top

Consultingwerk.SmartFramework.Authorization.SmartSecurityTokenQueryLogicalPredicate SystemOwned


Returns Consultingwerk.SmartFramework.Authorization.SmartSecurityTokenQueryLogicalPredicate


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