Defines Post Workspace Create Event Handler base class.
Inheritance Hierarchy
System.MarshalByRefObject
kCura.EventHandler.WorkspaceEventHandlerBase
kCura.EventHandler.PostWorkspaceCreateEventHandlerBase
Namespace: kCura.EventHandler
Assembly: kCura.EventHandler (in kCura.EventHandler.dll) Version: 17.0.1.1 588f15fd7550dbf54835f3417a0142d4ea37dbb5
Syntax
public abstract class PostWorkspaceCreateEventHandlerBase : WorkspaceEventHandlerBase public abstract class PostWorkspaceCreateEventHandlerBase : WorkspaceEventHandlerBase
The PostWorkspaceCreateEventHandlerBase type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
| Helper |
Gets and/or sets the Helper property of the event handler which returns IEHHelper object from Relativity.API.
(Inherited from WorkspaceEventHandlerBase.) |
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 WorkspaceEventHandlerBase.) | |
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
| Execute |
Executes function that is called when the application is installed.
(Inherited from WorkspaceEventHandlerBase.) | |
| 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 | Obtains a lifetime service object to control the lifetime policy for this instance. (Inherited from MarshalByRefObject.) | |
| ToString | Returns a string that represents the current object. (Inherited from Object.) |
Fields
| Name | Description | |
|---|---|---|
| TemplateWorkspaceID |
Variable holding Workspace artifact id value.
|
Remarks
See Also