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

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

Top Property Summary
Options Name Purpose
Consultingwerk.SmartFramework.Authentication.SmartUserQuery And
Consultingwerk.SmartFramework.Authentication.SmartUserQuery AndNot
Consultingwerk.SmartFramework.Authentication.SmartUserQueryLogicalPredicate Disabled
Consultingwerk.SmartFramework.Authentication.SmartUserQueryCharacterPredicate LanguageGuid
Consultingwerk.SmartFramework.Authentication.SmartUserQueryCharacterPredicate LanguageIsoCode
Consultingwerk.SmartFramework.Authentication.SmartUserQueryCharacterPredicate LanguageName
Consultingwerk.SmartFramework.Authentication.SmartUserQueryCharacterPredicate LoginCompanyGuid
Consultingwerk.SmartFramework.Authentication.SmartUserQueryCharacterPredicate LoginCompanyName
Consultingwerk.SmartFramework.Authentication.SmartUserQueryCharacterPredicate ManagerUserFullName
Consultingwerk.SmartFramework.Authentication.SmartUserQueryCharacterPredicate ManagerUserGuid
Consultingwerk.SmartFramework.Authentication.SmartUserQueryCharacterPredicate ManagerUserName
Consultingwerk.SmartFramework.Authentication.SmartUserQuery Or
Consultingwerk.SmartFramework.Authentication.SmartUserQuery OrNot
Consultingwerk.SmartFramework.Authentication.SmartUserQueryPasswordEncodingPredicate PasswordEncoding
Consultingwerk.SmartFramework.Authentication.SmartUserQueryCharacterPredicate PasswordSalt
Consultingwerk.SmartFramework.Authentication.SmartUserQueryLogicalPredicate SmartAttachments
Consultingwerk.SmartFramework.Authentication.SmartUserQueryLogicalPredicate SmartComments
Consultingwerk.SmartFramework.Authentication.SmartUserQueryCharacterPredicate SmartCopiedFrom
Consultingwerk.SmartFramework.Authentication.SmartUserQueryCharacterPredicate SmartRecordKey
Consultingwerk.SmartFramework.Authentication.SmartUserQueryCharacterPredicate SmartUiAction
Consultingwerk.SmartFramework.Authentication.SmartUserQueryLogicalPredicate SystemOwned
Consultingwerk.SmartFramework.Authentication.SmartUserQueryCharacterPredicate UserEmail
Consultingwerk.SmartFramework.Authentication.SmartUserQueryCharacterPredicate UserFullName
Consultingwerk.SmartFramework.Authentication.SmartUserQueryCharacterPredicate UserGuid
Consultingwerk.SmartFramework.Authentication.SmartUserQueryDateTimeTzPredicate UserLastLogin
Consultingwerk.SmartFramework.Authentication.SmartUserQueryCharacterPredicate UserName
Consultingwerk.SmartFramework.Authentication.SmartUserQueryCharacterPredicate UserPassword
Consultingwerk.SmartFramework.Authentication.SmartUserQueryDatePredicate UserPasswordChangedDate
Consultingwerk.SmartFramework.Authentication.SmartUserQueryCharacterPredicate UserReferenceChar
Consultingwerk.SmartFramework.Authentication.SmartUserQueryDecimalPredicate UserReferenceDecimal
Consultingwerk.SmartFramework.Authentication.SmartUserQueryIntegerPredicate UserReferenceInteger
Consultingwerk.SmartFramework.Authentication.SmartUserQueryIntegerPredicate UserSecurityId


Method Detail
Top

Consultingwerk.SmartFramework.Authentication.SmartUserQuery And (SmartUserQuery)

Purpose: Joins a Query Entry using AND
Notes:

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

Consultingwerk.SmartFramework.Authentication.SmartUserQuery And (SmartUserQuery, SmartUserQuery)

Purpose: Joins two Query Entries using AND
Notes:

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

Consultingwerk.SmartFramework.Authentication.SmartUserQuery And (SmartUserQuery, SmartUserQuery, SmartUserQuery)

Purpose: Joins three Query Entries using AND
Notes:

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

Consultingwerk.SmartFramework.Authentication.SmartUserQuery AndNot (SmartUserQuery)

Purpose: Joins a Query Entry using AND NOT
Notes:

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

Consultingwerk.SmartFramework.Authentication.SmartUserQuery AndNot (SmartUserQuery, SmartUserQuery)

Purpose: Joins two Query Entries using AND NOT
Notes:

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

Consultingwerk.SmartFramework.Authentication.SmartUserQuery AndNot (SmartUserQuery, SmartUserQuery, SmartUserQuery)

Purpose: Joins three Query Entries using AND NOT
Notes:

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

Consultingwerk.SmartFramework.Authentication.SmartUserQuery Or (SmartUserQuery)

Purpose: Joins a Query Entry using OR
Notes:

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

Consultingwerk.SmartFramework.Authentication.SmartUserQuery Or (SmartUserQuery, SmartUserQuery)

Purpose: Joins two Query Entries using OR
Notes:

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

Consultingwerk.SmartFramework.Authentication.SmartUserQuery Or (SmartUserQuery, SmartUserQuery, SmartUserQuery)

Purpose: Joins three Query Entries using OR
Notes:

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

Consultingwerk.SmartFramework.Authentication.SmartUserQuery OrNot (SmartUserQuery)

Purpose: Joins a Query Entry using OR NOT
Notes:

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

Consultingwerk.SmartFramework.Authentication.SmartUserQuery OrNot (SmartUserQuery, SmartUserQuery)

Purpose: Joins two Query Entries using OR NOT
Notes:

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

Consultingwerk.SmartFramework.Authentication.SmartUserQuery OrNot (SmartUserQuery, SmartUserQuery, SmartUserQuery)

Purpose: Joins three Query Entries using OR NOT
Notes:

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


Constructor Detail
Top

SmartUserQuery ()

Purpose: Constructor for the SmartUserQuery class
Notes:

Top

SmartUserQuery (character)

Purpose: Constructor for the SmartUserQuery class
Notes:

Parameters:
pUserGuid CHARACTER
The filter value for the eSmartUser.UserGuid field


Property Detail
Top

Consultingwerk.SmartFramework.Authentication.SmartUserQuery And


Returns Consultingwerk.SmartFramework.Authentication.SmartUserQuery
Top

Consultingwerk.SmartFramework.Authentication.SmartUserQuery AndNot


Returns Consultingwerk.SmartFramework.Authentication.SmartUserQuery
Top

Consultingwerk.SmartFramework.Authentication.SmartUserQueryLogicalPredicate Disabled


Returns Consultingwerk.SmartFramework.Authentication.SmartUserQueryLogicalPredicate
Top

Consultingwerk.SmartFramework.Authentication.SmartUserQueryCharacterPredicate LanguageGuid


Returns Consultingwerk.SmartFramework.Authentication.SmartUserQueryCharacterPredicate
Top

Consultingwerk.SmartFramework.Authentication.SmartUserQueryCharacterPredicate LanguageIsoCode


Returns Consultingwerk.SmartFramework.Authentication.SmartUserQueryCharacterPredicate
Top

Consultingwerk.SmartFramework.Authentication.SmartUserQueryCharacterPredicate LanguageName


Returns Consultingwerk.SmartFramework.Authentication.SmartUserQueryCharacterPredicate
Top

Consultingwerk.SmartFramework.Authentication.SmartUserQueryCharacterPredicate LoginCompanyGuid


Returns Consultingwerk.SmartFramework.Authentication.SmartUserQueryCharacterPredicate
Top

Consultingwerk.SmartFramework.Authentication.SmartUserQueryCharacterPredicate LoginCompanyName


Returns Consultingwerk.SmartFramework.Authentication.SmartUserQueryCharacterPredicate
Top

Consultingwerk.SmartFramework.Authentication.SmartUserQueryCharacterPredicate ManagerUserFullName


Returns Consultingwerk.SmartFramework.Authentication.SmartUserQueryCharacterPredicate
Top

Consultingwerk.SmartFramework.Authentication.SmartUserQueryCharacterPredicate ManagerUserGuid


Returns Consultingwerk.SmartFramework.Authentication.SmartUserQueryCharacterPredicate
Top

Consultingwerk.SmartFramework.Authentication.SmartUserQueryCharacterPredicate ManagerUserName


Returns Consultingwerk.SmartFramework.Authentication.SmartUserQueryCharacterPredicate
Top

Consultingwerk.SmartFramework.Authentication.SmartUserQuery Or


Returns Consultingwerk.SmartFramework.Authentication.SmartUserQuery
Top

Consultingwerk.SmartFramework.Authentication.SmartUserQuery OrNot


Returns Consultingwerk.SmartFramework.Authentication.SmartUserQuery
Top

Consultingwerk.SmartFramework.Authentication.SmartUserQueryPasswordEncodingPredicate PasswordEncoding


Returns Consultingwerk.SmartFramework.Authentication.SmartUserQueryPasswordEncodingPredicate
Top

Consultingwerk.SmartFramework.Authentication.SmartUserQueryCharacterPredicate PasswordSalt


Returns Consultingwerk.SmartFramework.Authentication.SmartUserQueryCharacterPredicate
Top

Consultingwerk.SmartFramework.Authentication.SmartUserQueryLogicalPredicate SmartAttachments


Returns Consultingwerk.SmartFramework.Authentication.SmartUserQueryLogicalPredicate
Top

Consultingwerk.SmartFramework.Authentication.SmartUserQueryLogicalPredicate SmartComments


Returns Consultingwerk.SmartFramework.Authentication.SmartUserQueryLogicalPredicate
Top

Consultingwerk.SmartFramework.Authentication.SmartUserQueryCharacterPredicate SmartCopiedFrom


Returns Consultingwerk.SmartFramework.Authentication.SmartUserQueryCharacterPredicate
Top

Consultingwerk.SmartFramework.Authentication.SmartUserQueryCharacterPredicate SmartRecordKey


Returns Consultingwerk.SmartFramework.Authentication.SmartUserQueryCharacterPredicate
Top

Consultingwerk.SmartFramework.Authentication.SmartUserQueryCharacterPredicate SmartUiAction


Returns Consultingwerk.SmartFramework.Authentication.SmartUserQueryCharacterPredicate
Top

Consultingwerk.SmartFramework.Authentication.SmartUserQueryLogicalPredicate SystemOwned


Returns Consultingwerk.SmartFramework.Authentication.SmartUserQueryLogicalPredicate
Top

Consultingwerk.SmartFramework.Authentication.SmartUserQueryCharacterPredicate UserEmail


Returns Consultingwerk.SmartFramework.Authentication.SmartUserQueryCharacterPredicate
Top

Consultingwerk.SmartFramework.Authentication.SmartUserQueryCharacterPredicate UserFullName


Returns Consultingwerk.SmartFramework.Authentication.SmartUserQueryCharacterPredicate
Top

Consultingwerk.SmartFramework.Authentication.SmartUserQueryCharacterPredicate UserGuid


Returns Consultingwerk.SmartFramework.Authentication.SmartUserQueryCharacterPredicate
Top

Consultingwerk.SmartFramework.Authentication.SmartUserQueryDateTimeTzPredicate UserLastLogin


Returns Consultingwerk.SmartFramework.Authentication.SmartUserQueryDateTimeTzPredicate
Top

Consultingwerk.SmartFramework.Authentication.SmartUserQueryCharacterPredicate UserName


Returns Consultingwerk.SmartFramework.Authentication.SmartUserQueryCharacterPredicate
Top

Consultingwerk.SmartFramework.Authentication.SmartUserQueryCharacterPredicate UserPassword


Returns Consultingwerk.SmartFramework.Authentication.SmartUserQueryCharacterPredicate
Top

Consultingwerk.SmartFramework.Authentication.SmartUserQueryDatePredicate UserPasswordChangedDate


Returns Consultingwerk.SmartFramework.Authentication.SmartUserQueryDatePredicate
Top

Consultingwerk.SmartFramework.Authentication.SmartUserQueryCharacterPredicate UserReferenceChar


Returns Consultingwerk.SmartFramework.Authentication.SmartUserQueryCharacterPredicate
Top

Consultingwerk.SmartFramework.Authentication.SmartUserQueryDecimalPredicate UserReferenceDecimal


Returns Consultingwerk.SmartFramework.Authentication.SmartUserQueryDecimalPredicate
Top

Consultingwerk.SmartFramework.Authentication.SmartUserQueryIntegerPredicate UserReferenceInteger


Returns Consultingwerk.SmartFramework.Authentication.SmartUserQueryIntegerPredicate
Top

Consultingwerk.SmartFramework.Authentication.SmartUserQueryIntegerPredicate UserSecurityId


Returns Consultingwerk.SmartFramework.Authentication.SmartUserQueryIntegerPredicate


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