Namespace: Consultingwerk.SmartFramework.Authorization
Class 
SmartParentGroupQueryCharacterPredicate Copy to Clipboard
Parent classes:
Inherits: Consultingwerk.OERA.QueryBuilder.CharacterQueryPredicate

File:SmartParentGroupQueryCharacterPredicate
Author(s):Mike Fechner / Consultingwerk Ltd.
Created:24/06/2020 13:41:01,305+02:00
Purpose: Constructor for the SmartParentGroupQueryCharacterPredicate class
Notes:



Top Method Summary
Options Name Purpose
+ Consultingwerk.SmartFramework.Authorization.SmartParentGroupQuery Begins (character) Adds a Begins filter condition
+ Consultingwerk.SmartFramework.Authorization.SmartParentGroupQuery Contains (character) Adds a Contains filter condition
+ Consultingwerk.SmartFramework.Authorization.SmartParentGroupQuery Eq (character) Adds an Eq filter condition
+ Consultingwerk.SmartFramework.Authorization.SmartParentGroupQuery Ge (character) Adds a Ge filter condition
+ Consultingwerk.SmartFramework.Authorization.SmartParentGroupQuery Gt (character) Adds a Gt filter condition
+ Consultingwerk.SmartFramework.Authorization.SmartParentGroupQuery InList (character[]) Adds an InList filter condition
+ Consultingwerk.SmartFramework.Authorization.SmartParentGroupQuery InRange (character, character) Adds an InRange filter condition
# Consultingwerk.OERA.QueryBuilder.TableQuery InsertQueryEntry (QueryOperatorEnum, character) Inserts a QueryPredicate to the Query
Inherited from Consultingwerk.OERA.QueryBuilder.CharacterQueryPredicate
# Consultingwerk.OERA.QueryBuilder.TableQuery InsertQueryEntry (QueryOperatorEnum, character[]) Inserts a QueryPredicate to the Query
Inherited from Consultingwerk.OERA.QueryBuilder.CharacterQueryPredicate
+ Consultingwerk.SmartFramework.Authorization.SmartParentGroupQuery Le (character) Adds a Le filter condition
+ Consultingwerk.SmartFramework.Authorization.SmartParentGroupQuery Lt (character) Adds a Lt filter condition
+ Consultingwerk.SmartFramework.Authorization.SmartParentGroupQuery Matches (character) Adds a Matches filter condition
+ Consultingwerk.SmartFramework.Authorization.SmartParentGroupQuery Ne (character) Adds a Ne filter condition

Top Constructor Summary
Options Name Purpose
+ SmartParentGroupQueryCharacterPredicate (SmartParentGroupQuery, character) Constructor for the SmartParentGroupQueryCharacterPredicate class

Top Property Summary
Options Name Purpose
# CHARACTER FieldName
Inherited from Consultingwerk.OERA.QueryBuilder.CharacterQueryPredicate
# Consultingwerk.OERA.QueryBuilder.TableQuery ParentQuery
Inherited from Consultingwerk.OERA.QueryBuilder.CharacterQueryPredicate


Method Detail
Top

PUBLIC Consultingwerk.SmartFramework.Authorization.SmartParentGroupQuery Begins (character)

Purpose: Adds a Begins filter condition
Notes:

Parameters:
pcValue CHARACTER
The reference value
Returns Consultingwerk.SmartFramework.Authorization.SmartParentGroupQuery
The new query entry
Top

PUBLIC Consultingwerk.SmartFramework.Authorization.SmartParentGroupQuery Contains (character)

Purpose: Adds a Contains filter condition
Notes:

Parameters:
pcValue CHARACTER
The reference value
Returns Consultingwerk.SmartFramework.Authorization.SmartParentGroupQuery
The new query entry
Top

PUBLIC Consultingwerk.SmartFramework.Authorization.SmartParentGroupQuery Eq (character)

Purpose: Adds an Eq filter condition
Notes:

Parameters:
pcValue CHARACTER
The reference value
Returns Consultingwerk.SmartFramework.Authorization.SmartParentGroupQuery
The new query entry
Top

PUBLIC Consultingwerk.SmartFramework.Authorization.SmartParentGroupQuery Ge (character)

Purpose: Adds a Ge filter condition
Notes:

Parameters:
pcValue CHARACTER
The reference value
Returns Consultingwerk.SmartFramework.Authorization.SmartParentGroupQuery
The new query entry
Top

PUBLIC Consultingwerk.SmartFramework.Authorization.SmartParentGroupQuery Gt (character)

Purpose: Adds a Gt filter condition
Notes:

Parameters:
pcValue CHARACTER
The reference value
Returns Consultingwerk.SmartFramework.Authorization.SmartParentGroupQuery
The new query entry
Top

PUBLIC Consultingwerk.SmartFramework.Authorization.SmartParentGroupQuery InList (character[])

Purpose: Adds an InList filter condition
Notes:

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

PUBLIC Consultingwerk.SmartFramework.Authorization.SmartParentGroupQuery 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.Authorization.SmartParentGroupQuery
The new query entry
Top

PROTECTED Consultingwerk.OERA.QueryBuilder.TableQuery InsertQueryEntry (QueryOperatorEnum, character)

Inherited from Consultingwerk.OERA.QueryBuilder.CharacterQueryPredicate
Purpose: Inserts a QueryPredicate to the Query
Notes:

Parameters:
poOperator Ccs.BusinessLogic.QueryOperatorEnum
The Query Operator
pcValue CHARACTER
The reference value
Returns Consultingwerk.OERA.QueryBuilder.TableQuery
The reference to the parent query
Top

PROTECTED Consultingwerk.OERA.QueryBuilder.TableQuery InsertQueryEntry (QueryOperatorEnum, character[])

Inherited from Consultingwerk.OERA.QueryBuilder.CharacterQueryPredicate
Purpose: Inserts a QueryPredicate to the Query
Notes:

Parameters:
poOperator Ccs.BusinessLogic.QueryOperatorEnum
The Query Operator
pcValues CHARACTER
The reference values
Returns Consultingwerk.OERA.QueryBuilder.TableQuery
The reference to the parent query
Top

PUBLIC Consultingwerk.SmartFramework.Authorization.SmartParentGroupQuery Le (character)

Purpose: Adds a Le filter condition
Notes:

Parameters:
pcValue CHARACTER
The reference value
Returns Consultingwerk.SmartFramework.Authorization.SmartParentGroupQuery
The new query entry
Top

PUBLIC Consultingwerk.SmartFramework.Authorization.SmartParentGroupQuery Lt (character)

Purpose: Adds a Lt filter condition
Notes:

Parameters:
pcValue CHARACTER
The reference value
Returns Consultingwerk.SmartFramework.Authorization.SmartParentGroupQuery
The new query entry
Top

PUBLIC Consultingwerk.SmartFramework.Authorization.SmartParentGroupQuery Matches (character)

Purpose: Adds a Matches filter condition
Notes:

Parameters:
pcValue CHARACTER
The reference value
Returns Consultingwerk.SmartFramework.Authorization.SmartParentGroupQuery
The new query entry
Top

PUBLIC Consultingwerk.SmartFramework.Authorization.SmartParentGroupQuery Ne (character)

Purpose: Adds a Ne filter condition
Notes:

Parameters:
pcValue CHARACTER
The reference value
Returns Consultingwerk.SmartFramework.Authorization.SmartParentGroupQuery
The new query entry


Constructor Detail
Top

PUBLIC SmartParentGroupQueryCharacterPredicate (SmartParentGroupQuery, character)

Purpose: Constructor for the SmartParentGroupQueryCharacterPredicate class
Notes:

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


Property Detail
Top

PROTECTED CHARACTER FieldName

Inherited from Consultingwerk.OERA.QueryBuilder.CharacterQueryPredicate

Returns CHARACTER
Top

PROTECTED Consultingwerk.OERA.QueryBuilder.TableQuery ParentQuery

Inherited from Consultingwerk.OERA.QueryBuilder.CharacterQueryPredicate

Returns Consultingwerk.OERA.QueryBuilder.TableQuery


©2006-2023 Consultingwerk Ltd.         info@consultingwerk.de         http://www.consultingwerk.de       27.03.2024 00:33:33