Show / Hide Table of Contents

Class Sort

Describes how to sort Query results.

Inheritance
System.Object
Sort
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 Sort

Properties

| Improve this Doc View Source

Direction

Gets or sets sorting direction.

Declaration
public SortDirection Direction { get; set; }
Property Value
Type Description
SortDirection

The sorting direction.

| Improve this Doc View Source

FieldIdentifier

Gets or sets the Field identifier to be tested by the Condition.

Declaration
public NamedArtifact FieldIdentifier { get; set; }
Property Value
Type Description
NamedArtifact

The field identifier.

| Improve this Doc View Source

Order

Gets or sets value when more than one Sort is defined, the Order defines the precedence order of the sorts.

Declaration
public int Order { get; set; }
Property Value
Type Description
System.Int32

The order.

  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX