Namespace: Consultingwerk.SmartFramework.Repository.Class
Class 
SmartAttributeValueQueryDecimalPredicate Copy to Clipboard
Parent classes:
Inherits: Consultingwerk.OERA.QueryBuilder.DecimalQueryPredicate

File:SmartAttributeValueQueryDecimalPredicate
Author(s):Peter Judge / Consultingwerk Ltd.
Created:03/18/2024 13:46:56.698-04:00
Purpose: Constructor for the SmartAttributeValueQueryDecimalPredicate class
Notes:



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

Top Constructor Summary
Options Name Purpose
+ SmartAttributeValueQueryDecimalPredicate (SmartAttributeValueQuery, character) Constructor for the SmartAttributeValueQueryDecimalPredicate class

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


Method Detail
Top

PUBLIC Consultingwerk.SmartFramework.Repository.Class.SmartAttributeValueQuery Eq (decimal)

Purpose: Adds an Eq filter condition
Notes:

Parameters:
pdeValue DECIMAL
The reference value
Returns Consultingwerk.SmartFramework.Repository.Class.SmartAttributeValueQuery
The new query entry
Top

PUBLIC Consultingwerk.SmartFramework.Repository.Class.SmartAttributeValueQuery Ge (decimal)

Purpose: Adds a Ge filter condition
Notes:

Parameters:
pdeValue DECIMAL
The reference value
Returns Consultingwerk.SmartFramework.Repository.Class.SmartAttributeValueQuery
The new query entry
Top

PUBLIC Consultingwerk.SmartFramework.Repository.Class.SmartAttributeValueQuery Gt (decimal)

Purpose: Adds a Gt filter condition
Notes:

Parameters:
pdeValue DECIMAL
The reference value
Returns Consultingwerk.SmartFramework.Repository.Class.SmartAttributeValueQuery
The new query entry
Top

PUBLIC Consultingwerk.SmartFramework.Repository.Class.SmartAttributeValueQuery InList (decimal[])

Purpose: Adds an InList filter condition
Notes:

Parameters:
pdeValues DECIMAL
The array of reference values
Returns Consultingwerk.SmartFramework.Repository.Class.SmartAttributeValueQuery
The new query entry
Top

PUBLIC Consultingwerk.SmartFramework.Repository.Class.SmartAttributeValueQuery InRange (decimal, decimal)

Purpose: Adds an InRange filter condition
Notes:

Parameters:
pdeValue1 DECIMAL
The reference value for the lower boundary
pdeValue2 DECIMAL
The reference value for the upper boundary
Returns Consultingwerk.SmartFramework.Repository.Class.SmartAttributeValueQuery
The new query entry
Top

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

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

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

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

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

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

PUBLIC Consultingwerk.SmartFramework.Repository.Class.SmartAttributeValueQuery Le (decimal)

Purpose: Adds a Le filter condition
Notes:

Parameters:
pdeValue DECIMAL
The reference value
Returns Consultingwerk.SmartFramework.Repository.Class.SmartAttributeValueQuery
The new query entry
Top

PUBLIC Consultingwerk.SmartFramework.Repository.Class.SmartAttributeValueQuery Lt (decimal)

Purpose: Adds a Lt filter condition
Notes:

Parameters:
pdeValue DECIMAL
The reference value
Returns Consultingwerk.SmartFramework.Repository.Class.SmartAttributeValueQuery
The new query entry
Top

PUBLIC Consultingwerk.SmartFramework.Repository.Class.SmartAttributeValueQuery Ne (decimal)

Purpose: Adds a Ne filter condition
Notes:

Parameters:
pdeValue DECIMAL
The reference value
Returns Consultingwerk.SmartFramework.Repository.Class.SmartAttributeValueQuery
The new query entry


Constructor Detail
Top

PUBLIC SmartAttributeValueQueryDecimalPredicate (SmartAttributeValueQuery, character)

Purpose: Constructor for the SmartAttributeValueQueryDecimalPredicate class
Notes:

Parameters:
poParent Consultingwerk.SmartFramework.Repository.Class.SmartAttributeValueQuery
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.DecimalQueryPredicate

Returns CHARACTER
Top

PROTECTED Consultingwerk.OERA.QueryBuilder.TableQuery ParentQuery

Inherited from Consultingwerk.OERA.QueryBuilder.DecimalQueryPredicate

Returns Consultingwerk.OERA.QueryBuilder.TableQuery


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