IProductionDataSourceManager Interface

Relativity.Productions.API
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

public interface IProductionDataSourceManager : IDisposable

The IProductionDataSourceManager type exposes the following members.

Methods

  NameDescription
Public methodCode exampleCreateSingleAsync
Creates a production datasource in the workspace.
Public methodCode exampleDeleteSingleAsync
Deletes a production datasource in the workspace.
Public methodDispose
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
(Inherited from IDisposable.)
Public methodCode exampleReadSingleAsync
Returns an instance of a ProductionDataSource.
Public methodCode exampleUpdateSingleAsync
Updates a production datasource in the workspace.
Top
See Also

Reference