The Relativity.Services namespace contains the classes for constructing queries and returning results with the Relativity saved search services.
Classes
Class | Description | |
---|---|---|
![]() | AnalyticsSearchFieldNames |
The string names of fields used on dynamic objects.
|
![]() | ArtifactFieldNames |
The string names of fields used on dynamic artifacts.
|
![]() | ArtifactQueryFieldNames |
The string names for artifact-level properties.
|
![]() | ArtifactTypeIdentifier |
Artifact Type Identifier.
|
![]() | BooleanCondition |
Use a BooleanCondition to query for items by comparing a Boolean Field against a True/False value.
|
![]() | ClientFieldNames |
ClientFieldNames
|
![]() | CompositeCondition |
A Composite Condition can be used to define AND and OR conditions that combine other Conditions together.
|
![]() | Condition |
Base class for Query Conditions. Do not use directly.
|
![]() | ConditionExtensions | |
![]() | DateTimeCondition |
Use a DateTimeCondition in a Query to test a DateTime field against a DateTime value.
|
![]() | DecimalCondition |
Use a DecimalCondition to test a Decimal field against a numeric value.
|
![]() | DeleteProcessStateProgress |
Represents the progress object for mass delete processes.
|
![]() | dtSearchFieldNames |
The string names of fields used on dynamic objects.
|
![]() | FieldCondition |
Base class for Field Conditions
|
![]() | FileCondition |
Use a FileCondition in a Query to test a File field against a file name.
|
![]() | InstanceSettingFieldNames |
InstanceSettingFieldNames
|
![]() | KeywordSearchFieldNames |
The string names of fields used on dynamic objects.
|
![]() | MatterFieldNames |
MatterFieldNames
|
![]() | MonthOfCondition |
Use a MonthOfCondition in a Query to compare DateTime against a string value that becomes enumerated over MonthOf|1 through MonthOf|12.
|
![]() | MoveProcessStateProgress |
Represents the progress object for mass move processes.
|
![]() | MultiChoiceCondition |
Use a MultiChoiceCondition in a Query to test a MultiChoice field against an array of Choice ArtifactID values
|
![]() | MultiLineStringCondition |
Use a MultiLineStringCondition in a Query to test against a field containing newline-delimited strings.
|
![]() | NotCondition |
Use the NOT Condition to negate a condition.
|
![]() | ObjectCondition |
Use an ObjectCondition in a Query to test an Object field against an array of ArtifactIDs of items
|
![]() | ObjectsCondition |
Use an ObjectsCondition in a Query to test an Objects field against an array of ArtifactIDs of items
|
![]() | PermissionFieldNames |
PermissionFieldNames
|
![]() | ProcessStateProgress |
Represents the progress object for mass processes.
|
![]() | Query |
The output of a call to the Query method.
|
![]() | QueryResultSet<T> |
The output of a call to the Query method.
|
![]() | Result<T> |
A ReadResult represents the outcome of an individual Read operation on a single Artifact.
|
![]() | SampleParameters | |
![]() | SearchContainerFieldNames |
MatterFieldNames
|
![]() | SearchFieldNames |
SearchFieldNames
|
![]() | SingleChoiceCondition |
Use a SingleChoiceCondition in a Query to test a SingleChoice field against a one more values. The Value property can be a single Choice ArtifactID value or an array of ArtifactID values.
|
![]() | Sort |
Describes how to sort Query results.
|
![]() | TextCondition |
Use a TextCondition in a Query to compare a FixedLengthText or LongText field against a string value.
|
![]() | UserCondition |
Use a UserCondition in a Query to test a User field against a user name.
|
![]() | ViewCondition |
Use the View Conditon to denote items within a view.
|
![]() | WholeNumberCondition |
Use a WholeNumberCondition to test a WholeNumber field against a numeric value.
|
Interfaces
Interface | Description | |
---|---|---|
![]() | IArtifact |
Represents artifact.
|
![]() | ISortAssociable |
Defines an artifact that can be associated with Sorts.
|
Enumerations
Enumeration | Description | |
---|---|---|
![]() | BooleanConditionEnum |
Defines the comparison operators available against the Boolean field type
|
![]() | CompositeConditionEnum |
Defines the type of Composite Logical Operator
|
![]() | DateTimeConditionEnum |
Defines the types of comparison operators available for the DateTime field type
|
![]() | FieldType |
Defines the field type, used to Create or Update Fields
|
![]() | FileConditionEnum |
Defines the types of comparison operators available for the File field type
|
![]() | MonthOfConditionEnum |
Defines the comparison operators available against the MonthOf field type
|
![]() | MultiChoiceConditionEnum |
Defines the types of comparison operators available for the MultiChoice field type
|
![]() | NumericConditionEnum |
Defines the types of comparison operators available for the numeric field types
|
![]() | ObjectConditionEnum |
Defines the types of comparison operators available for the Object field type
|
![]() | ObjectsConditionEnum |
Defines the types of comparison operators available for the Objects field type
|
![]() | SingleChoiceConditionEnum |
Defines the types of comparison operators available for the SingleChoice field type
|
![]() | SortEnum |
Defines the sort direction for a Sort
|
![]() | TextConditionEnum |
Defines the types of comparison operators available against Text fields.
|
![]() | UserConditionEnum |
Defines the comparison operators available against User fields
|