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

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

Top Property Summary
Options Name Purpose
Consultingwerk.SmartFramework.Authorization.SmartToolbarSecurityItemQuery And
Consultingwerk.SmartFramework.Authorization.SmartToolbarSecurityItemQuery AndNot
Consultingwerk.SmartFramework.Authorization.SmartToolbarSecurityItemQueryCharacterPredicate Description
Consultingwerk.SmartFramework.Authorization.SmartToolbarSecurityItemQueryCharacterPredicate ObjectName
Consultingwerk.SmartFramework.Authorization.SmartToolbarSecurityItemQuery Or
Consultingwerk.SmartFramework.Authorization.SmartToolbarSecurityItemQuery OrNot
Consultingwerk.SmartFramework.Authorization.SmartToolbarSecurityItemQueryCharacterPredicate SecurityItemDescription
Consultingwerk.SmartFramework.Authorization.SmartToolbarSecurityItemQueryLogicalPredicate SystemOwned
Consultingwerk.SmartFramework.Authorization.SmartToolbarSecurityItemQueryCharacterPredicate ToolbarItemKey
Consultingwerk.SmartFramework.Authorization.SmartToolbarSecurityItemQueryCharacterPredicate ToolbarSecurityItemGuid


Method Detail
Top

Consultingwerk.SmartFramework.Authorization.SmartToolbarSecurityItemQuery And (SmartToolbarSecurityItemQuery)

Purpose: Joins a Query Entry using AND
Notes:

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

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

Purpose: Joins two Query Entries using AND
Notes:

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

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

Purpose: Joins three Query Entries using AND
Notes:

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

Consultingwerk.SmartFramework.Authorization.SmartToolbarSecurityItemQuery AndNot (SmartToolbarSecurityItemQuery)

Purpose: Joins a Query Entry using AND NOT
Notes:

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

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

Purpose: Joins two Query Entries using AND NOT
Notes:

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

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

Purpose: Joins three Query Entries using AND NOT
Notes:

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

Consultingwerk.SmartFramework.Authorization.SmartToolbarSecurityItemQuery Or (SmartToolbarSecurityItemQuery)

Purpose: Joins a Query Entry using OR
Notes:

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

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

Purpose: Joins two Query Entries using OR
Notes:

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

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

Purpose: Joins three Query Entries using OR
Notes:

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

Consultingwerk.SmartFramework.Authorization.SmartToolbarSecurityItemQuery OrNot (SmartToolbarSecurityItemQuery)

Purpose: Joins a Query Entry using OR NOT
Notes:

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

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

Purpose: Joins two Query Entries using OR NOT
Notes:

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

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

Purpose: Joins three Query Entries using OR NOT
Notes:

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


Constructor Detail
Top

SmartToolbarSecurityItemQuery ()

Purpose: Constructor for the SmartToolbarSecurityItemQuery class
Notes:

Top

SmartToolbarSecurityItemQuery (character)

Purpose: Constructor for the SmartToolbarSecurityItemQuery class
Notes:

Parameters:
pToolbarSecurityItemGuid CHARACTER
The filter value for the eSmartToolbarSecurityItem.ToolbarSecurityItemGuid field


Property Detail
Top

Consultingwerk.SmartFramework.Authorization.SmartToolbarSecurityItemQuery And


Returns Consultingwerk.SmartFramework.Authorization.SmartToolbarSecurityItemQuery
Top

Consultingwerk.SmartFramework.Authorization.SmartToolbarSecurityItemQuery AndNot


Returns Consultingwerk.SmartFramework.Authorization.SmartToolbarSecurityItemQuery
Top

Consultingwerk.SmartFramework.Authorization.SmartToolbarSecurityItemQueryCharacterPredicate Description


Returns Consultingwerk.SmartFramework.Authorization.SmartToolbarSecurityItemQueryCharacterPredicate
Top

Consultingwerk.SmartFramework.Authorization.SmartToolbarSecurityItemQueryCharacterPredicate ObjectName


Returns Consultingwerk.SmartFramework.Authorization.SmartToolbarSecurityItemQueryCharacterPredicate
Top

Consultingwerk.SmartFramework.Authorization.SmartToolbarSecurityItemQuery Or


Returns Consultingwerk.SmartFramework.Authorization.SmartToolbarSecurityItemQuery
Top

Consultingwerk.SmartFramework.Authorization.SmartToolbarSecurityItemQuery OrNot


Returns Consultingwerk.SmartFramework.Authorization.SmartToolbarSecurityItemQuery
Top

Consultingwerk.SmartFramework.Authorization.SmartToolbarSecurityItemQueryCharacterPredicate SecurityItemDescription


Returns Consultingwerk.SmartFramework.Authorization.SmartToolbarSecurityItemQueryCharacterPredicate
Top

Consultingwerk.SmartFramework.Authorization.SmartToolbarSecurityItemQueryLogicalPredicate SystemOwned


Returns Consultingwerk.SmartFramework.Authorization.SmartToolbarSecurityItemQueryLogicalPredicate
Top

Consultingwerk.SmartFramework.Authorization.SmartToolbarSecurityItemQueryCharacterPredicate ToolbarItemKey


Returns Consultingwerk.SmartFramework.Authorization.SmartToolbarSecurityItemQueryCharacterPredicate
Top

Consultingwerk.SmartFramework.Authorization.SmartToolbarSecurityItemQueryCharacterPredicate ToolbarSecurityItemGuid


Returns Consultingwerk.SmartFramework.Authorization.SmartToolbarSecurityItemQueryCharacterPredicate


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