Methods
byCreationTime
- byCreationTime(ascending?): Sorting<T>
Parameters
- ascending: boolean = true
byId
- byId(ascending?): Sorting<T>
Parameters
- ascending: boolean = true
byProperty
- byProperty<K>(property, ascending?): Sorting<T>
Parameters
- property: K
- ascending: boolean = true
byUpdateTime
- byUpdateTime(ascending?): Sorting<T>
Parameters
- ascending: boolean = true
Sort by the objects' creation time.