ConsoleEventHandler Class

Relativity Event Handlers
Creates console event handler instances.
Inheritance Hierarchy

System.Object
  System.MarshalByRefObject
    kCura.EventHandler.EventHandlerBase
      kCura.EventHandler.ConsoleEventHandler

Namespace:  kCura.EventHandler
Assembly:  kCura.EventHandler (in kCura.EventHandler.dll) Version: 17.0.1.1 588f15fd7550dbf54835f3417a0142d4ea37dbb5
Syntax

[SerializableAttribute]
public abstract class ConsoleEventHandler : EventHandlerBase, 
	IRequiredFields

[SerializableAttribute]
public abstract class ConsoleEventHandler : EventHandlerBase, 
	IRequiredFields

The ConsoleEventHandler type exposes the following members.

Properties

  NameDescription
Public propertyActiveArtifact
Gets and/or sets an active artifact of the event handler.
(Inherited from EventHandlerBase.)
Public propertyActiveLayout
Gets and/or sets an active layout of the event handler.
(Inherited from EventHandlerBase.)
Public propertyActiveUser Obsolete.
Gets and/or sets an active user of the event handler.
(Inherited from EventHandlerBase.)
Public propertyApplication
Gets and/or sets an application of the event handler.
(Inherited from EventHandlerBase.)
Public propertyDatabaseConnection Obsolete.
Returns a database connection of the event handler.
(Inherited from EventHandlerBase.)
Public propertyDescription
This property is being deprecated. Please assign a kCura.EventHandler.CustomAttributes.Description attribute to your class.
(Inherited from EventHandlerBase.)
Public propertyHelper
Gets and/or sets the Helper property of the event hendler which returns IEHHelper object from Relativity.API.
(Inherited from EventHandlerBase.)
Public propertyMasterDatabaseConnection Obsolete.
Returns a master database connection of the event handler.
(Inherited from EventHandlerBase.)
Public propertyPageMode
Gets and/or sets a page mode of the event handler.
(Inherited from EventHandlerBase.)
Public propertyRequiredFields
Returns a collection of required fields of the event handler.
Top
Methods

  NameDescription
Public methodCreateObjRef
Creates an object that contains all the relevant information required to generate a proxy used to communicate with a remote object.
(Inherited from MarshalByRefObject.)
Public methodDispose (Inherited from EventHandlerBase.)
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodGetArtifactIdByGuid
Returns the corresponding artifact ID for the given guid identifier. Throws an exception if the artifact guid is not found.
(Inherited from EventHandlerBase.)
Public methodGetAuthenticationToken Obsolete.
Returns an authentication session token used for an event handler interaction with Relativity.
(Inherited from EventHandlerBase.)
Public methodGetConsole
Returns a console instance based on a page event.
Public methodGetGuidsByArtifactId
Returns the corresponding artifact guids for the given Artifact ID.
(Inherited from EventHandlerBase.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetLifetimeService
Retrieves the current lifetime service object that controls the lifetime policy for this instance.
(Inherited from MarshalByRefObject.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodInitialize (Inherited from EventHandlerBase.)
Public methodInitializeLifetimeService
Returns an object used to control the lifetime policy for this instance
(Inherited from EventHandlerBase.)
Public methodOnButtonClick
Handles a console button click event.
Public methodSetDatabaseConnection Obsolete.
Sets a database connection for a given event handler.
(Inherited from EventHandlerBase.)
Public methodSetMasterDatabaseConnection Obsolete.
Sets a master database connection for a given event handler.
(Inherited from EventHandlerBase.)
Public methodSetSessionToken
Sets an authentication session token for a given event handler.
(Inherited from EventHandlerBase.)
Public methodSetUser (Inherited from EventHandlerBase.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Remarks

See Also

Reference