Registers the new data source providers with Relativity Integration Points.
Inheritance Hierarchy
System.MarshalByRefObject
InstallEventHandlerBase
PostInstallEventHandler
kCura.IntegrationPoints.SourceProviderInstaller.IntegrationPointSourceProviderInstaller
Namespace: kCura.IntegrationPoints.SourceProviderInstaller
Assembly: kCura.IntegrationPoints.SourceProviderInstaller (in kCura.IntegrationPoints.SourceProviderInstaller.dll) Version: 10.2.0.0 (10.2.0.0)
Syntax
C#
public abstract class IntegrationPointSourceProviderInstaller : PostInstallEventHandler
The IntegrationPointSourceProviderInstaller 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 | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
![]() | Execute | (Overrides InstallEventHandlerBase.Execute().) |
![]() | GetHashCode | Serves as the default hash function. (Inherited from Object.) |
![]() | GetLifetimeService | Retrieves the current lifetime service object that controls the lifetime policy for this instance. (Inherited from MarshalByRefObject.) |
![]() | GetSourceProviders |
Retrieves the data source providers for registration with the application.
|
![]() | 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 | |
---|---|---|
![]() | RaisePostInstallPostExecuteEvent |
Raised after all source providers are registered.
|
![]() | RaisePostInstallPreExecuteEvent |
Raised immediately before the execution of a Post Install event handler.
|
See Also