Relativity.API.Foundation.Query
Namespace with 24 public types
Classes
ArtifactRenderingOptions
Allows for configuration of how referential field values are rendered.
Enumerations
SortDirection
The direction by which a sort is applied.
Static Classes
BooleanConditionExtensions
Helper to construct Boolean Conditions against a field.
CurrencyConditionExtensions
Helper to construct Currency Conditions against a field.
DateTimeConditionExtensions
Helper to construct Date Conditions against a field.
DecimalConditionExtensions
Helper to construct Decimal Conditions against a field.
MultipleChoiceExtensions
Helper to construct Multiple Choice Conditions against a field.
MultipleObjectExtensions
Helper to construct Multiple Object Conditions against a field.
SearchProviderConditionExtensions
Helper used to create s representing the search Rank column returned when querying with search provider conditions.
SingleChoiceExtensions
Helper to construct Single Choice Conditions against a field.
SingleObjectExtensions
Helper to construct Single Object Conditions against a field.
TextConditionExtensions
Helper to construct Text Conditions against a field.
UserConditionExtensions
Helper to construct User Conditions against a field.
WholeNumberExtensions
Helper to construct Whole Number Conditions against a field.
Interfaces
IDisplayableArtifactRef
Represents a reference to an artifact with a text identifier for display purposes.
INonQueryResponse
Results of a query that was executed into a temp table
IQuery
A representation of a request for data that is filtered and sorted.
IQueryOptions
Options that control the execution of the query.
IQueryResponse
Results of a query that has been executed
IQuerySort
A Sort directive on a given field
IResult
A single result of query data represented by fields requested.
IScratchTableInfo
Details of a Scratch Table
ISecuredValue
Represents a value that the user does not have permission to access.
ISortDirection`1
Applies the sort direction to the QuerySort.