Enum SortDirection
Defines the sort direction for a Sort.
Namespace: Relativity.Testing.Framework.Models
Assembly: Relativity.Testing.Framework.dll
Syntax
public enum SortDirection
Fields
Name | Description |
---|---|
Ascending | Ascending Condition |
Descending | Descending Condition |
Unknown | Someone made a different choice in the environment, and we're not able to map it back to an enum. |