Click or drag to resize
weroSoft AG, Software
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 Pre-Release
Syntax
C#
[SerializableAttribute]
public enum SortDefinition
Members
  Member nameValueDescription
Unsorted0 No sorting is used.
Ascending1 Elements shall be sorted ascending.
Descending2 Elements shall be sorted descending.
See Also