 |
SortDefinition Enumeration |
The documentation is integral part of the weroSoft product documentation. This part is intended to be used by developers only.
Defines possible sorting behavior.
Namespace:
WeroSoft.Core
Assembly:
WeroSoft.Core.Library (in WeroSoft.Core.Library.dll) Version: 3.0
Syntax[SerializableAttribute]
public enum SortDefinition
Members
| Member name | Value | Description |
---|
| Unsorted | 0 |
No sorting is used.
|
| Ascending | 1 |
Elements shall be sorted ascending.
|
| Descending | 2 |
Elements shall be sorted descending.
|
See Also