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

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

Top Property Summary
Options Name Purpose
Consultingwerk.SmartFramework.Authorization.SmartFieldSecurityItemQuery And
Consultingwerk.SmartFramework.Authorization.SmartFieldSecurityItemQuery AndNot
Consultingwerk.SmartFramework.Authorization.SmartFieldSecurityItemQueryCharacterPredicate Description
Consultingwerk.SmartFramework.Authorization.SmartFieldSecurityItemQueryCharacterPredicate FieldName
Consultingwerk.SmartFramework.Authorization.SmartFieldSecurityItemQueryCharacterPredicate FieldNameCombined
Consultingwerk.SmartFramework.Authorization.SmartFieldSecurityItemQueryCharacterPredicate FieldSecurityItemGuid
Consultingwerk.SmartFramework.Authorization.SmartFieldSecurityItemQueryCharacterPredicate ObjectName
Consultingwerk.SmartFramework.Authorization.SmartFieldSecurityItemQuery Or
Consultingwerk.SmartFramework.Authorization.SmartFieldSecurityItemQuery OrNot
Consultingwerk.SmartFramework.Authorization.SmartFieldSecurityItemQueryCharacterPredicate SecurityKey
Consultingwerk.SmartFramework.Authorization.SmartFieldSecurityItemQueryLogicalPredicate SystemOwned


Method Detail
Top

Consultingwerk.SmartFramework.Authorization.SmartFieldSecurityItemQuery And (SmartFieldSecurityItemQuery)

Purpose: Joins a Query Entry using AND
Notes:

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

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

Purpose: Joins two Query Entries using AND
Notes:

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

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

Purpose: Joins three Query Entries using AND
Notes:

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

Consultingwerk.SmartFramework.Authorization.SmartFieldSecurityItemQuery AndNot (SmartFieldSecurityItemQuery)

Purpose: Joins a Query Entry using AND NOT
Notes:

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

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

Purpose: Joins two Query Entries using AND NOT
Notes:

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

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

Purpose: Joins three Query Entries using AND NOT
Notes:

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

Consultingwerk.SmartFramework.Authorization.SmartFieldSecurityItemQuery Or (SmartFieldSecurityItemQuery)

Purpose: Joins a Query Entry using OR
Notes:

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

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

Purpose: Joins two Query Entries using OR
Notes:

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

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

Purpose: Joins three Query Entries using OR
Notes:

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

Consultingwerk.SmartFramework.Authorization.SmartFieldSecurityItemQuery OrNot (SmartFieldSecurityItemQuery)

Purpose: Joins a Query Entry using OR NOT
Notes:

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

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

Purpose: Joins two Query Entries using OR NOT
Notes:

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

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

Purpose: Joins three Query Entries using OR NOT
Notes:

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


Constructor Detail
Top

SmartFieldSecurityItemQuery ()

Purpose: Constructor for the SmartFieldSecurityItemQuery class
Notes:

Top

SmartFieldSecurityItemQuery (character)

Purpose: Constructor for the SmartFieldSecurityItemQuery class
Notes:

Parameters:
pFieldSecurityItemGuid CHARACTER
The filter value for the eSmartFieldSecurityItem.FieldSecurityItemGuid field


Property Detail
Top

Consultingwerk.SmartFramework.Authorization.SmartFieldSecurityItemQuery And


Returns Consultingwerk.SmartFramework.Authorization.SmartFieldSecurityItemQuery
Top

Consultingwerk.SmartFramework.Authorization.SmartFieldSecurityItemQuery AndNot


Returns Consultingwerk.SmartFramework.Authorization.SmartFieldSecurityItemQuery
Top

Consultingwerk.SmartFramework.Authorization.SmartFieldSecurityItemQueryCharacterPredicate Description


Returns Consultingwerk.SmartFramework.Authorization.SmartFieldSecurityItemQueryCharacterPredicate
Top

Consultingwerk.SmartFramework.Authorization.SmartFieldSecurityItemQueryCharacterPredicate FieldName


Returns Consultingwerk.SmartFramework.Authorization.SmartFieldSecurityItemQueryCharacterPredicate
Top

Consultingwerk.SmartFramework.Authorization.SmartFieldSecurityItemQueryCharacterPredicate FieldNameCombined


Returns Consultingwerk.SmartFramework.Authorization.SmartFieldSecurityItemQueryCharacterPredicate
Top

Consultingwerk.SmartFramework.Authorization.SmartFieldSecurityItemQueryCharacterPredicate FieldSecurityItemGuid


Returns Consultingwerk.SmartFramework.Authorization.SmartFieldSecurityItemQueryCharacterPredicate
Top

Consultingwerk.SmartFramework.Authorization.SmartFieldSecurityItemQueryCharacterPredicate ObjectName


Returns Consultingwerk.SmartFramework.Authorization.SmartFieldSecurityItemQueryCharacterPredicate
Top

Consultingwerk.SmartFramework.Authorization.SmartFieldSecurityItemQuery Or


Returns Consultingwerk.SmartFramework.Authorization.SmartFieldSecurityItemQuery
Top

Consultingwerk.SmartFramework.Authorization.SmartFieldSecurityItemQuery OrNot


Returns Consultingwerk.SmartFramework.Authorization.SmartFieldSecurityItemQuery
Top

Consultingwerk.SmartFramework.Authorization.SmartFieldSecurityItemQueryCharacterPredicate SecurityKey


Returns Consultingwerk.SmartFramework.Authorization.SmartFieldSecurityItemQueryCharacterPredicate
Top

Consultingwerk.SmartFramework.Authorization.SmartFieldSecurityItemQueryLogicalPredicate SystemOwned


Returns Consultingwerk.SmartFramework.Authorization.SmartFieldSecurityItemQueryLogicalPredicate


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