The interface enables interaction with Relativity Production Data Sources.
Namespace: Relativity.Productions.Services
Assembly: Relativity.Productions.Services.Interfaces (in Relativity.Productions.Services.Interfaces.dll) Version: 11.0.7.1 2f8827611dc1dd9b46db576b7b03da47f4e093ee
Syntax
The IProductionDataSourceManager type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() ![]() | CreateSingleAsync |
Creates a production datasource in the workspace.
|
![]() ![]() | DeleteSingleAsync |
Deletes a production datasource in the workspace.
|
![]() | Dispose | Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. (Inherited from IDisposable.) |
![]() ![]() | ReadSingleAsync |
Returns an instance of a ProductionDataSource.
|
![]() ![]() | UpdateSingleAsync |
Updates a production datasource in the workspace.
|
See Also