Top Method Summary
Options Name Purpose
Consultingwerk.SmartFramework.Authentication.SmartUserQuery Eq (character) Adds an Eq filter condition
Consultingwerk.SmartFramework.Authentication.SmartUserQuery Eq (PasswordEncodingEnum) Adds an Eq filter condition
Consultingwerk.SmartFramework.Authentication.SmartUserQuery Ge (character) Adds a Ge filter condition
Consultingwerk.SmartFramework.Authentication.SmartUserQuery Ge (PasswordEncodingEnum) Adds a Ge filter condition
Consultingwerk.SmartFramework.Authentication.SmartUserQuery Gt (character) Adds a Gt filter condition
Consultingwerk.SmartFramework.Authentication.SmartUserQuery Gt (PasswordEncodingEnum) Adds a Gt filter condition
Consultingwerk.SmartFramework.Authentication.SmartUserQuery InList (character[]) Adds an InList filter condition
Consultingwerk.SmartFramework.Authentication.SmartUserQuery InList (PasswordEncodingEnum[]) Adds an InList filter condition
Consultingwerk.SmartFramework.Authentication.SmartUserQuery InRange (character, character) Adds an InRange filter condition
Consultingwerk.SmartFramework.Authentication.SmartUserQuery InRange (PasswordEncodingEnum, PasswordEncodingEnum) Adds an InRange filter condition
Consultingwerk.SmartFramework.Authentication.SmartUserQuery Le (character) Adds a Le filter condition
Consultingwerk.SmartFramework.Authentication.SmartUserQuery Le (PasswordEncodingEnum) Adds a Le filter condition
Consultingwerk.SmartFramework.Authentication.SmartUserQuery Lt (character) Adds a Lt filter condition
Consultingwerk.SmartFramework.Authentication.SmartUserQuery Lt (PasswordEncodingEnum) Adds a Lt filter condition
Consultingwerk.SmartFramework.Authentication.SmartUserQuery Ne (character) Adds a Ne filter condition
Consultingwerk.SmartFramework.Authentication.SmartUserQuery Ne (PasswordEncodingEnum) Adds a Ne filter condition

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


Method Detail
Top

Consultingwerk.SmartFramework.Authentication.SmartUserQuery Eq (character)

Purpose: Adds an Eq filter condition
Notes:

Parameters:
pcValue CHARACTER
The reference value
Returns Consultingwerk.SmartFramework.Authentication.SmartUserQuery
The new query entry
Top

Consultingwerk.SmartFramework.Authentication.SmartUserQuery Eq (PasswordEncodingEnum)

Purpose: Adds an Eq filter condition
Notes:

Parameters:
poValue Consultingwerk.SmartFramework.Authentication.PasswordEncodingEnum
The reference value
Returns Consultingwerk.SmartFramework.Authentication.SmartUserQuery
The new query entry
Top

Consultingwerk.SmartFramework.Authentication.SmartUserQuery Ge (character)

Purpose: Adds a Ge filter condition
Notes:

Parameters:
pcValue CHARACTER
The reference value
Returns Consultingwerk.SmartFramework.Authentication.SmartUserQuery
The new query entry
Top

Consultingwerk.SmartFramework.Authentication.SmartUserQuery Ge (PasswordEncodingEnum)

Purpose: Adds a Ge filter condition
Notes:

Parameters:
poValue Consultingwerk.SmartFramework.Authentication.PasswordEncodingEnum
The reference value
Returns Consultingwerk.SmartFramework.Authentication.SmartUserQuery
The new query entry
Top

Consultingwerk.SmartFramework.Authentication.SmartUserQuery Gt (character)

Purpose: Adds a Gt filter condition
Notes:

Parameters:
pcValue CHARACTER
The reference value
Returns Consultingwerk.SmartFramework.Authentication.SmartUserQuery
The new query entry
Top

Consultingwerk.SmartFramework.Authentication.SmartUserQuery Gt (PasswordEncodingEnum)

Purpose: Adds a Gt filter condition
Notes:

Parameters:
poValue Consultingwerk.SmartFramework.Authentication.PasswordEncodingEnum
The reference value
Returns Consultingwerk.SmartFramework.Authentication.SmartUserQuery
The new query entry
Top

Consultingwerk.SmartFramework.Authentication.SmartUserQuery InList (character[])

Purpose: Adds an InList filter condition
Notes:

Parameters:
pcValues CHARACTER
The array of reference values
Returns Consultingwerk.SmartFramework.Authentication.SmartUserQuery
The new query entry
Top

Consultingwerk.SmartFramework.Authentication.SmartUserQuery InList (PasswordEncodingEnum[])

Purpose: Adds an InList filter condition
Notes:

Parameters:
poValues Consultingwerk.SmartFramework.Authentication.PasswordEncodingEnum
The array of reference values
Returns Consultingwerk.SmartFramework.Authentication.SmartUserQuery
The new query entry
Top

Consultingwerk.SmartFramework.Authentication.SmartUserQuery InRange (character, character)

Purpose: Adds an InRange filter condition
Notes:

Parameters:
pcValue1 CHARACTER
The reference value for the lower boundary
pcValue2 CHARACTER
The reference value for the upper boundary
Returns Consultingwerk.SmartFramework.Authentication.SmartUserQuery
The new query entry
Top

Consultingwerk.SmartFramework.Authentication.SmartUserQuery InRange (PasswordEncodingEnum, PasswordEncodingEnum)

Purpose: Adds an InRange filter condition
Notes:

Parameters:
poValue1 Consultingwerk.SmartFramework.Authentication.PasswordEncodingEnum
The reference value for the lower boundary
poValue2 Consultingwerk.SmartFramework.Authentication.PasswordEncodingEnum
The reference value for the upper boundary
Returns Consultingwerk.SmartFramework.Authentication.SmartUserQuery
The new query entry
Top

Consultingwerk.SmartFramework.Authentication.SmartUserQuery Le (character)

Purpose: Adds a Le filter condition
Notes:

Parameters:
pcValue CHARACTER
The reference value
Returns Consultingwerk.SmartFramework.Authentication.SmartUserQuery
The new query entry
Top

Consultingwerk.SmartFramework.Authentication.SmartUserQuery Le (PasswordEncodingEnum)

Purpose: Adds a Le filter condition
Notes:

Parameters:
poValue Consultingwerk.SmartFramework.Authentication.PasswordEncodingEnum
The reference value
Returns Consultingwerk.SmartFramework.Authentication.SmartUserQuery
The new query entry
Top

Consultingwerk.SmartFramework.Authentication.SmartUserQuery Lt (character)

Purpose: Adds a Lt filter condition
Notes:

Parameters:
pcValue CHARACTER
The reference value
Returns Consultingwerk.SmartFramework.Authentication.SmartUserQuery
The new query entry
Top

Consultingwerk.SmartFramework.Authentication.SmartUserQuery Lt (PasswordEncodingEnum)

Purpose: Adds a Lt filter condition
Notes:

Parameters:
poValue Consultingwerk.SmartFramework.Authentication.PasswordEncodingEnum
The reference value
Returns Consultingwerk.SmartFramework.Authentication.SmartUserQuery
The new query entry
Top

Consultingwerk.SmartFramework.Authentication.SmartUserQuery Ne (character)

Purpose: Adds a Ne filter condition
Notes:

Parameters:
pcValue CHARACTER
The reference value
Returns Consultingwerk.SmartFramework.Authentication.SmartUserQuery
The new query entry
Top

Consultingwerk.SmartFramework.Authentication.SmartUserQuery Ne (PasswordEncodingEnum)

Purpose: Adds a Ne filter condition
Notes:

Parameters:
poValue Consultingwerk.SmartFramework.Authentication.PasswordEncodingEnum
The reference value
Returns Consultingwerk.SmartFramework.Authentication.SmartUserQuery
The new query entry


Constructor Detail
Top

SmartUserQueryPasswordEncodingPredicate (SmartUserQuery, character)

Purpose: Constructor for the SmartUserQueryPasswordEncodingPredicate class
Notes:

Parameters:
poParent Consultingwerk.SmartFramework.Authentication.SmartUserQuery
The reference to the table query builder instance
pcFieldName CHARACTER
The name of the field


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