Defines Page Interaction Event Handler.
Inheritance Hierarchy
System.MarshalByRefObject
kCura.EventHandler.EventHandlerBase
kCura.EventHandler.PageInteractionEventHandler
Namespace: kCura.EventHandler
Assembly: kCura.EventHandler (in kCura.EventHandler.dll) Version: 17.0.1.1 588f15fd7550dbf54835f3417a0142d4ea37dbb5
Syntax
[SerializableAttribute] public abstract class PageInteractionEventHandler : EventHandlerBase, IRequiredFields, IExecutable [SerializableAttribute] public abstract class PageInteractionEventHandler : EventHandlerBase, IRequiredFields, IExecutable
The PageInteractionEventHandler type exposes the following members.
Properties
Name | Description | |
---|---|---|
![]() | ActiveArtifact |
Gets and/or sets an active artifact of the event handler.
(Inherited from EventHandlerBase.) |
![]() | ActiveLayout |
Gets and/or sets an active layout of the event handler.
(Inherited from EventHandlerBase.) |
![]() | ActiveUser | Obsolete.
Gets and/or sets an active user of the event handler.
(Inherited from EventHandlerBase.) |
![]() | AdditionalHostedFileNames |
Gets a list of additional file names that need to be hosted for the PageInteraction EventHandler to properly execute. These files must be added to the Relativity Application associated with this EventHandler and will be hosted on Relativity web servers.
|
![]() | Application |
Gets and/or sets an application of the event handler.
(Inherited from EventHandlerBase.) |
![]() | ClientScripts |
Gets a list of client script blocks registered on a page.
|
![]() | DatabaseConnection | Obsolete.
Returns a database connection of the event handler.
(Inherited from EventHandlerBase.) |
![]() | Description |
This property is being deprecated. Please assign a kCura.EventHandler.CustomAttributes.Description attribute to your class.
(Inherited from EventHandlerBase.) |
![]() | Helper |
Gets and/or sets the Helper property of the event hendler which returns IEHHelper object from Relativity.API.
(Inherited from EventHandlerBase.) |
![]() | MasterDatabaseConnection | Obsolete.
Returns a master database connection of the event handler.
(Inherited from EventHandlerBase.) |
![]() | PageMode |
Gets and/or sets a page mode of the event handler.
(Inherited from EventHandlerBase.) |
![]() | QuerystringFingerprintKey |
Gets a key for querystring fingerprint.
|
![]() | QuerystringFingerprintValue |
Gets the executing assembly version.
|
![]() | RequiredFields |
Gets a field collection specified for the event handler.
|
![]() | ScriptFileNames |
Gets a list of JavaScript file names to register with the web application. These files must be added to the Relativity application associated with this EventHandler and will be hosted on Relativity web servers.
|
![]() | StartupScripts |
Gets a list of startup script blocks registered on a page.
|
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 EventHandlerBase.) |
![]() | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
![]() | GetArtifactIdByGuid |
Returns the corresponding artifact ID for the given guid identifier. Throws an exception if the artifact guid is not found.
(Inherited from EventHandlerBase.) |
![]() | GetAuthenticationToken | Obsolete.
Returns an authentication session token used for an event handler interaction with Relativity.
(Inherited from EventHandlerBase.) |
![]() | GetGuidsByArtifactId |
Returns the corresponding artifact guids for the given Artifact ID.
(Inherited from EventHandlerBase.) |
![]() | 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.) |
![]() | Initialize | (Inherited from EventHandlerBase.) |
![]() | InitializeLifetimeService |
Returns an object used to control the lifetime policy for this instance
(Inherited from EventHandlerBase.) |
![]() | PopulateScriptBlocks |
Populates script block section of the page.
|
![]() | RegisterClientScriptBlock |
Registers client script block on a page.
|
![]() | RegisterLinkedClientScript |
Registers client script section on a page.
|
![]() | RegisterLinkedCss |
Registers css file on a page.
|
![]() | RegisterLinkedStartupScript |
Registers startup script on a page.
|
![]() | RegisterStartupScriptBlock |
Registers startup script block on a page.
|
![]() | SetDatabaseConnection | Obsolete.
Sets a database connection for a given event handler.
(Inherited from EventHandlerBase.) |
![]() | SetMasterDatabaseConnection | Obsolete.
Sets a master database connection for a given event handler.
(Inherited from EventHandlerBase.) |
![]() | SetSessionToken |
Sets an authentication session token for a given event handler.
(Inherited from EventHandlerBase.) |
![]() | SetUser | (Inherited from EventHandlerBase.) |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
Remarks
See Also