Creates post install event handler instances.
Inheritance Hierarchy
System.MarshalByRefObject
kCura.EventHandler.InstallEventHandlerBase
kCura.EventHandler.PostInstallEventHandler
Namespace: kCura.EventHandler
Assembly: kCura.EventHandler (in kCura.EventHandler.dll) Version: 17.0.1.1 588f15fd7550dbf54835f3417a0142d4ea37dbb5
Syntax
[SerializableAttribute] public abstract class PostInstallEventHandler : InstallEventHandlerBase [SerializableAttribute] public abstract class PostInstallEventHandler : InstallEventHandlerBase
The PostInstallEventHandler type exposes the following members.
Properties
Name | Description | |
---|---|---|
![]() | ApplicationArtifactId |
ArtifactId of the Application in the workspace.
(Inherited from InstallEventHandlerBase.) |
![]() | CurrentVersion |
Current Version of the application in the workspace.
(Inherited from InstallEventHandlerBase.) |
![]() | Dirty |
Boolean to indicate if the application had been unlocked for any reason since the last install.
(Inherited from InstallEventHandlerBase.) |
![]() | Helper |
Gets and/or sets the Helper property of the event hendler which returns IEHHelper object from Relativity.API.
(Inherited from InstallEventHandlerBase.) |
![]() | VersionInstalling |
Version of the application being installed.
(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 |
Execute function that is called when the application is installed.
(Inherited from InstallEventHandlerBase.) |
![]() | 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.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | InitializeLifetimeService |
Returns an object used to control the lifetime policy for this instance
(Inherited from InstallEventHandlerBase.) |
![]() | SetInstallProperties |
Sets needed parameters for install event handlers.
(Inherited from InstallEventHandlerBase.) |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
Remarks
See Also