The kCura.Relativity.Client.DTOs namespace contains a rich set of strongly typed objects that expose the same properties available on Relativity objects available through the user interface.
Classes
Class | Description | |
---|---|---|
![]() | Artifact |
Describes an item in Relativity.
|
![]() | ArtifactFieldNames |
The string names of fields used on dynamic artifacts.
|
![]() | ArtifactQueryFieldNames |
The string names for artifact-level properties that can be used
in Queries, in a Fields collection, even though they are returned as
Fields in the returned artifact.
|
![]() | ArtifactTypeNames |
Provides the string names of artifact types.
|
![]() | Batch |
Represents a collection of documents, which will be assigned to a single user for review.
|
![]() | BatchFieldNames |
The string names of fields used on Batch.
|
![]() | BatchSet |
Represents a batch set, which contains multiple groups of documents called batches.
|
![]() | BatchSetFieldNames |
The string names of fields used on Batch Sets.
|
![]() | Choice |
Represents a choice, which is a predetermined value assigned to a single or multiple choice field.
|
![]() | ChoiceFieldNames |
The string names of fields used on Choices.
|
![]() | Client |
Represents a client.
|
![]() | ClientFieldNames |
The string names of fields used on Clients.
|
![]() | Credential |
Represents a credential.
|
![]() | CredentialFieldNames |
The string names of fields used on credentials.
|
![]() | Document |
Represents a document.
|
![]() | DocumentFieldNames |
The string names of fields used on Documents.
|
![]() | Error |
Represents an error that occurred in Relativity.
|
![]() | ErrorFieldNames |
The string names of fields used on Errors.
|
![]() | Field |
Represents a field, which is used to store document metadata and a coding selections made by a reviewer.
|
![]() | FieldFieldNames |
The string names of fields used on Fields.
|
![]() | FieldValue |
This class represents the value of a field on an Artifact instance.
|
![]() | FieldValueList<T> |
A list for use in FieldValue objects, which tracks changes to itself.
|
![]() | FieldValueListExtensions |
Provides extension methods to List of FieldValue to retrieve fields by specific identifiers.
|
![]() | Folder |
Represents a folder.
|
![]() | FolderFieldNames |
The string names of fields used on Folders.
|
![]() | Group |
Represents a group, which may contain one or more users.
|
![]() | GroupFieldNames |
The string names of fields used on Groups.
|
![]() | Layout |
Represents a layout, which is a web-based coding form used during a review.
|
![]() | LayoutFieldNames |
The string names of fields used on Layouts.
|
![]() | MarkupSet |
Represents a markup set, which is a set of annotations and redactions.
|
![]() | MarkupSetFieldNames |
The string names of fields used on Markupsets.
|
![]() | MultiChoiceFieldValueList |
A list of Choice objects for use in FieldValue objects, which tracks changes to itself, and defines a MultiChoiceUpdateBehavior.
|
![]() | MultiCredentialFieldValueList |
A list of Choice objects for use in FieldValue objects, which tracks changes to itself, and defines a MultiChoiceUpdateBehavior.
|
![]() | MultiLineStringList |
A list of String objects for use in FieldValue objects, which tracks changes to itself, and defines a MultiUpdateBehavior.
|
![]() | MultiRelativityApplicationFieldValueList |
A list of RelativityApplication objects for use in FieldValue objects, which tracks changes to itself, and defines a MultiRelativityApplicationUpdateBehavior.
|
![]() | MultiUserFieldValueList |
A list of User objects for use in FieldValue objects, which tracks changes to itself, and defines a MultiUpdateBehavior.
|
![]() | ObjectType |
Represents a custom object type added to a workspace.
|
![]() | ObjectTypeFieldNames |
The string names of fields used on Object Types.
|
![]() | Query<T> |
The output of a call to the Query method.
|
![]() | QueryResultSet<T> |
The output of a call to the Query method.
|
![]() | RDO |
A dynamic object.
|
![]() | RDOFieldNames |
The string names of fields used on dynamic objects.
|
![]() | RelationalFieldIcon |
The RelationalFieldIcon class provides the contents of the pane icon used for a relational field.
|
![]() | RelativityApplication |
Represents a Relativity Application.
|
![]() | RelativityApplicationFieldNames |
The string names of fields used on Relativity Applications.
|
![]() | RelativityScript |
Represents a script defined through the Scripts tab in Relativity.
|
![]() | RelativityScriptFieldNames |
The string names of fields used on RelativityScripts.
|
![]() | Result<T> |
A ReadResult represents the outcome of an individual Read operation on a single Artifact.
|
![]() | ResultSet<T> |
A ResultSet is returned from a service operation
|
![]() | Tab |
Represents a tab in Relativity.
|
![]() | TabFieldNames |
The string names of fields used on Tabs.
|
![]() | User |
Represents a user.
|
![]() | UserFieldNames |
The string names of fields used on Users.
|
![]() | View |
Represents a view, which uses a set of criteria to control the contents, fields,
and sort order of items displayed on list pages in Relativity.
|
![]() | ViewFieldNames |
The string names of fields used on Views.
|
![]() | Workspace |
Represents a workspace.
|
![]() | WorkspaceFieldNames |
The string names of fields used on Workspaces.
|
![]() | WriteResultSet<T> |
A WriteResultSet is returned from a service operation that writes to the server.
|