VySortDto
This class represents a sorting object with three boolean properties that indicate if the sort is empty, unsorted, or sorted.
Properties
Field
Type
Description
empty
bool
Indicates if the sort is empty.
unsorted
bool
Indicates if the sort is unsorted.
sorted
bool
Indicates if the sort is sorted.
Last updated