Removes a data source provider when the user uninstalls the application from a workspace.
Inheritance Hierarchy
System.MarshalByRefObject
InstallEventHandlerBase
PreUninstallEventHandler
Relativity.IntegrationPoints.SourceProviderInstaller.IntegrationPointSourceProviderUninstaller
Namespace: Relativity.IntegrationPoints.SourceProviderInstaller
Assembly: Relativity.IntegrationPoints.SourceProviderInstaller (in Relativity.IntegrationPoints.SourceProviderInstaller.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public abstract class IntegrationPointSourceProviderUninstaller : PreUninstallEventHandler
The IntegrationPointSourceProviderUninstaller type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
| ApplicationArtifactId | (Inherited from InstallEventHandlerBase.) | |
| CurrentVersion | (Inherited from InstallEventHandlerBase.) | |
| Dirty | (Inherited from InstallEventHandlerBase.) | |
| Helper | (Inherited from InstallEventHandlerBase.) | |
| VersionInstalling | (Inherited from InstallEventHandlerBase.) |
Methods
| Name | Description | |
|---|---|---|
| CreateObjRef | Creates an object that contains all the relevant information required to generate a proxy used to communicate with a remote object. (Inherited from MarshalByRefObject.) | |
| Dispose | (Inherited from InstallEventHandlerBase.) | |
| Equals | (Inherited from Object.) | |
| Execute |
Runs when the event handler is called during the removal of the data source provider.
(Overrides InstallEventHandlerBase.Execute().) | |
| GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
| GetLifetimeService | Retrieves the current lifetime service object that controls the lifetime policy for this instance. (Inherited from MarshalByRefObject.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| InitializeLifetimeService | (Inherited from InstallEventHandlerBase.) | |
| SetInstallProperties | (Inherited from InstallEventHandlerBase.) | |
| ToString | Returns a string that represents the current object. (Inherited from Object.) |
Events
| Name | Description | |
|---|---|---|
| RaisePreUninstallPostExecuteEvent |
Occurs after the removal of all the data source providers in the current application.
| |
| RaisePreUninstallPreExecuteEvent |
Occurs before the removal of the data source provider.
|
See Also