Show / Hide Table of Contents

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 Source

ColumnName

Gets or sets the name of the column to sort.

Declaration
public string ColumnName { get; set; }
Property Value
Type Description
System.String
| Improve this Doc View Source

Direction

Gets or sets the sort order as either ascending or descending.

Declaration
public SortDirection Direction { get; set; }
Property Value
Type Description
SortDirection
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX