Class nnjl.licurgo.Predicate
Defined in: nnjl.licurgo.js.
| Constructor Attributes | Constructor Name and Description |
|---|---|
|
nnjl.licurgo.Predicate(property, value, operator)
Creates a new nnjl.licurgo.Predicate
|
| Field Attributes | Field Name and Description |
|---|---|
|
The Datasource associated with this predicate
|
|
|
The Predicate Operator, the possible values are defined as constants in the Query class.
|
|
|
The property of the nnjl.licurgo.DataObject associated with this nnjl.licurgo.Predicate
|
|
|
The value of the Predicate filter
|
Class Detail
nnjl.licurgo.Predicate(property, value, operator)
Creates a new nnjl.licurgo.Predicate
- Parameters:
- {Property} property
- {Object} value
- {int} operator
- Constant defined in Query Class
Field Detail
datasource
The Datasource associated with this predicate
{int}
operator
The Predicate Operator, the possible values are defined as constants in the Query class.
{nnjl.licurgo.Property}
property
The property of the nnjl.licurgo.DataObject associated with this nnjl.licurgo.Predicate
{Object}
value
The value of the Predicate filter