rsql-criteria-typescript
Options
All
Public
Public/Protected
All
Inherited
Externals
Only exported
Menu
Operators
RSQLCriteria
RSQLFilter
Builder
RSQLFilter
Expression
RSQLFilter
List
RSQLOrder
ByExpression
RSQLOrder
ByList
constructor
order
ByList
add
add
Expression
build
RSQLColumn
RSQLComplete
Expression
RSQLFilter
Hierarchy
RSQLOrderByList
Index
Constructors
constructor
Properties
order
ByList
Methods
add
add
Expression
build
Constructors
constructor
new RSQLOrder
ByList
(
)
:
RSQLOrderByList
Returns
RSQLOrderByList
Properties
Private
order
ByList
order
ByList
:
Array
<
RSQLOrderByExpression
>
Methods
add
add
(
field
:
string
, direction
:
"asc"
|
"desc"
)
:
void
Parameters
field:
string
direction:
"asc"
|
"desc"
Returns
void
add
Expression
add
Expression
(
orderBy
:
RSQLOrderByExpression
)
:
void
Parameters
orderBy:
RSQLOrderByExpression
Returns
void
build
build
(
)
:
string
Returns
string
Generated using
TypeDoc