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 SortProperties
| Improve this Doc View SourceDirection
Gets or sets sorting direction.
Declaration
public SortDirection Direction { get; set; }Property Value
| Type | Description | 
|---|---|
| SortDirection | The sorting direction. | 
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. | 
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. |