DataFilter class abstract

Implemented types

Constructors

DataFilter()

Properties

fields List<FilterField>
no setter
hashCode int
The hash code for this object.
no setterinherited
orderBy String?
Field name to order by
getter/setter pair
orderType String?
Order orientation
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
Search field
getter/setter pair
skip int?
Number of entities to skip
getter/setter pair
take int?
Number of entities to take in a request
getter/setter pair
viewCode String?
Document view code
getter/setter pair

Methods

fromJSON(dynamic json) → void
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJSON() → dynamic
override
toString() String
A string representation of this object.
override

Operators

operator ==(Object other) bool
The equality operator.
inherited

Constants

ORDER_ASC → const String
ORDER_DESC → const String