Class ActionColumnSort
Represents sorting information for query results.
Inheritance
System.Object
ActionColumnSort
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Relativity.Testing.Framework.Models
Assembly: Relativity.Testing.Framework.dll
Syntax
public class ActionColumnSort
Properties
| Improve this Doc View SourceColumnName
Gets or sets the name of the column to sort.
Declaration
public string ColumnName { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Direction
Gets or sets the sort order as either ascending or descending.
Declaration
public SortDirection Direction { get; set; }
Property Value
Type | Description |
---|---|
SortDirection |