hunt-entity ~master (2022-02-21T08:00:07Z)
Home
Dub
Repo
Sort
hunt
entity
domain
Sort
Undocumented in source.
class
Sort {
Order
[]
_lst
;
this
();
this
(string column, OrderBy order);
Sort
add
(Order order);
Order
[]
list
();
}
Constructors
this
this
()
Undocumented in source.
this
this
(string column, OrderBy order)
Undocumented in source.
Members
Functions
add
Sort
add
(Order order)
Undocumented in source. Be warned that the author may not have intended to support it.
list
Order
[]
list
()
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
_lst
Order
[]
_lst
;
Undocumented in source.
Meta
Source
See Implementation
hunt
entity
domain
Sort
classes
Sort