Show / Hide Table of Contents

Class Query

Represents the Query.

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

Properties

| Improve this Doc View Source

Condition

Gets or sets condition for the query.

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

Sorts

Gets or sets list of sorts for the query.

Declaration
public List<Sort> Sorts { get; set; }
Property Value
Type Description
System.Collections.Generic.List<Sort>
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX