The Relativity.IntegrationPoints.SourceProviderInstaller namespace includes the classes and delegates used to register the provider with Relativity and uninstall the provider from a workspace.
Classes
Class | Description | |
---|---|---|
![]() | IntegrationPointSourceProviderInstaller |
Registers the new data source providers with Relativity Integration Points.
|
![]() | IntegrationPointSourceProviderUninstaller |
Removes a data source provider when the user uninstalls the application from a workspace.
|
![]() | InvalidSourceProviderException |
This exception is thrown when an error occurs during the installation of a data source provider.
|
![]() | ProviderFactoryBase |
The abstract class from which all provider factory classes are derived.
|
Delegates
Delegate | Description | |
---|---|---|
![]() | PostInstallPostExecuteEvent |
Occurs after all source providers are registered.
|
![]() | PostInstallPreExecuteEvent |
Occurs immediately before the execution of a Post Install event handler.
|
![]() | PreUninstallPostExecuteEvent |
Occurs after the source provider is removed from the database table.
|
![]() | PreUninstallPreExecuteEvent |
Occurs immediately before the execution of a Pre Uninstall event handler.
|