Contains classes which perform operations on DTO objects.
Classes
Class | Description | |
---|---|---|
![]() | BatchRepository |
The BatchRepository contains methods which apply to Batches.
|
![]() | BatchSetRepository |
The BatchSetRepository contains methods that apply to Batch Sets.
|
![]() | ChoiceRepository |
The ChoiceRepository contains methods that apply to Choices.
|
![]() | ClientRepository |
The ClientRepository contains methods that apply to Clients.
|
![]() | DocumentRepository |
The DocumentRepository contains methods that apply to Documents.
|
![]() | ErrorRepository |
The ErrorRepository contains methods that apply to Errors.
|
![]() | FieldRepository |
The FieldRepository contains methods that apply to Fields.
|
![]() | FolderRepository |
The FolderRepository contains methods that apply to Folders.
|
![]() | GenericRepositoryT |
GenericRepository provides CRUD and mass operation services for typed data transfer objects (DTOs).
|
![]() | GroupRepository |
The GroupRepository contains methods which apply to Groups.
|
![]() | LayoutRepository |
The LayoutRepository contains methods which apply to Layouts.
|
![]() | MarkupSetRepository |
The MarkupSetRepository contains methods which apply to Markup Sets.
|
![]() | ObjectTypeRepository |
The ObjectTypeRepository contains methods which apply to Object Types.
|
![]() | RDORepository |
The RDORepository contains methods which apply to dynamic objects.
|
![]() | RelativityApplicationRepository |
The RelativityApplicationRepository contains methods which apply to Relativity Applications.
|
![]() | RelativityScriptRepository |
The RelativityScriptRepository contains methods which apply to Relativity Scripts.
|
![]() | RepositoryGroup |
The group of repositories.
|
![]() | TabRepository |
The TabRepository contains methods which apply to Tabs.
|
![]() | UserRepository |
The UserRepository contains methods which apply to Users.
|
![]() | ViewRepository |
The ViewRepository contains methods which apply to Views.
|
![]() | WorkspaceRepository |
The WorkspaceRepository contains methods which apply to Workspaces.
|
Interfaces
Interface | Description | |
---|---|---|
![]() | IGenericRepositoryT |
Interface for GenericRepository class.
|