Namespace: Consultingwerk.SmartFramework.System
Class 
SmartConfigurationValueQueryDatePredicate Copy to Clipboard
Parent classes:
Inherits: Consultingwerk.OERA.QueryBuilder.DateQueryPredicate

File:SmartConfigurationValueQueryDatePredicate
Author(s):Mike Fechner / Consultingwerk Ltd.
Created:30/12/2022 07:08:40,062+01:00
Purpose: Constructor for the SmartConfigurationValueQueryDatePredicate class
Notes:



Top Method Summary
Options Name Purpose
+ Consultingwerk.SmartFramework.System.SmartConfigurationValueQuery Eq (date) Adds an Eq filter condition
+ Consultingwerk.SmartFramework.System.SmartConfigurationValueQuery Ge (date) Adds a Ge filter condition
+ Consultingwerk.SmartFramework.System.SmartConfigurationValueQuery Gt (date) Adds a Gt filter condition
+ Consultingwerk.SmartFramework.System.SmartConfigurationValueQuery InList (date[]) Adds an InList filter condition
+ Consultingwerk.SmartFramework.System.SmartConfigurationValueQuery InRange (date, date) Adds an InRange filter condition
# Consultingwerk.OERA.QueryBuilder.TableQuery InsertQueryEntry (QueryOperatorEnum, date) Inserts a QueryPredicate to the Query
Inherited from Consultingwerk.OERA.QueryBuilder.DateQueryPredicate
# Consultingwerk.OERA.QueryBuilder.TableQuery InsertQueryEntry (QueryOperatorEnum, date[]) Inserts a QueryPredicate to the Query
Inherited from Consultingwerk.OERA.QueryBuilder.DateQueryPredicate
+ Consultingwerk.SmartFramework.System.SmartConfigurationValueQuery Le (date) Adds a Le filter condition
+ Consultingwerk.SmartFramework.System.SmartConfigurationValueQuery Lt (date) Adds a Lt filter condition
+ Consultingwerk.SmartFramework.System.SmartConfigurationValueQuery Ne (date) Adds a Ne filter condition

Top Constructor Summary
Options Name Purpose
+ SmartConfigurationValueQueryDatePredicate (SmartConfigurationValueQuery, character) Constructor for the SmartConfigurationValueQueryDatePredicate class

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


Method Detail
Top

PUBLIC Consultingwerk.SmartFramework.System.SmartConfigurationValueQuery Eq (date)

Purpose: Adds an Eq filter condition
Notes:

Parameters:
pdaValue DATE
The reference value
Returns Consultingwerk.SmartFramework.System.SmartConfigurationValueQuery
The new query entry
Top

PUBLIC Consultingwerk.SmartFramework.System.SmartConfigurationValueQuery Ge (date)

Purpose: Adds a Ge filter condition
Notes:

Parameters:
pdaValue DATE
The reference value
Returns Consultingwerk.SmartFramework.System.SmartConfigurationValueQuery
The new query entry
Top

PUBLIC Consultingwerk.SmartFramework.System.SmartConfigurationValueQuery Gt (date)

Purpose: Adds a Gt filter condition
Notes:

Parameters:
pdaValue DATE
The reference value
Returns Consultingwerk.SmartFramework.System.SmartConfigurationValueQuery
The new query entry
Top

PUBLIC Consultingwerk.SmartFramework.System.SmartConfigurationValueQuery InList (date[])

Purpose: Adds an InList filter condition
Notes:

Parameters:
pdaValues DATE
The array of reference values
Returns Consultingwerk.SmartFramework.System.SmartConfigurationValueQuery
The new query entry
Top

PUBLIC Consultingwerk.SmartFramework.System.SmartConfigurationValueQuery InRange (date, date)

Purpose: Adds an InRange filter condition
Notes:

Parameters:
pdaValue1 DATE
The reference value for the lower boundary
pdaValue2 DATE
The reference value for the upper boundary
Returns Consultingwerk.SmartFramework.System.SmartConfigurationValueQuery
The new query entry
Top

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

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

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

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

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

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

PUBLIC Consultingwerk.SmartFramework.System.SmartConfigurationValueQuery Le (date)

Purpose: Adds a Le filter condition
Notes:

Parameters:
pdaValue DATE
The reference value
Returns Consultingwerk.SmartFramework.System.SmartConfigurationValueQuery
The new query entry
Top

PUBLIC Consultingwerk.SmartFramework.System.SmartConfigurationValueQuery Lt (date)

Purpose: Adds a Lt filter condition
Notes:

Parameters:
pdaValue DATE
The reference value
Returns Consultingwerk.SmartFramework.System.SmartConfigurationValueQuery
The new query entry
Top

PUBLIC Consultingwerk.SmartFramework.System.SmartConfigurationValueQuery Ne (date)

Purpose: Adds a Ne filter condition
Notes:

Parameters:
pdaValue DATE
The reference value
Returns Consultingwerk.SmartFramework.System.SmartConfigurationValueQuery
The new query entry


Constructor Detail
Top

PUBLIC SmartConfigurationValueQueryDatePredicate (SmartConfigurationValueQuery, character)

Purpose: Constructor for the SmartConfigurationValueQueryDatePredicate class
Notes:

Parameters:
poParent Consultingwerk.SmartFramework.System.SmartConfigurationValueQuery
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.DateQueryPredicate

Returns CHARACTER
Top

PROTECTED Consultingwerk.OERA.QueryBuilder.TableQuery ParentQuery

Inherited from Consultingwerk.OERA.QueryBuilder.DateQueryPredicate

Returns Consultingwerk.OERA.QueryBuilder.TableQuery


©2006-2023 Consultingwerk Ltd.         info@consultingwerk.de         http://www.consultingwerk.de       15.04.2024 06:11:07