Relativity.Services
Namespace with 50 public types
Classes
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.
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.
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.
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
Query
The output of a call to the Query method.
QueryResultSet`1
The output of a call to the Query method.
Result`1
A ReadResult represents the outcome of an individual Read operation on a single Artifact.
SearchContainerFieldNames
MatterFieldNames
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.
Enumerations
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
Abstract Classes
SearchFieldNames
SearchFieldNames
Interfaces
IArtifact
Represents artifact.
ISortAssociable
Defines an artifact that can be associated with Sorts.