src/api/core/filteringApi.ts
Base interface for filtering criteria combination
Properties |
Methods |
| and | ||||||
and(conditionToAdd: IFilteringCriterion
|
||||||
|
Combine the current filtering criteria with the next one in
Parameters :
Returns :
IFilteringCriterion<T>
|
| or | ||||||
or(conditionToAdd: IFilteringCriterion
|
||||||
|
Combine the current filtering criteria with the next one in
Parameters :
Returns :
IFilteringCriterion<T>
|
| condition |
condition:
|
Type : ICondition
|
|
The filtering condition object |