EventHandlerResponse Class

Relativity Services API
Represents an event handler used to execute logic and various workflow steps.
Inheritance Hierarchy

System.Object
  Relativity.Services.Interfaces.EventHandler.Models.EventHandlerResponse

Namespace:  Relativity.Services.Interfaces.EventHandler.Models
Assembly:  Relativity.Services.Interfaces (in Relativity.Services.Interfaces.dll) Version: 640db774aa42dfbe1785add27fbb41844ec5c7d4
Syntax

public class EventHandlerResponse

The EventHandlerResponse type exposes the following members.

Constructors

  NameDescription
Public methodEventHandlerResponse
Initializes a new instance of the EventHandlerResponse class
Top
Properties

  NameDescription
Public propertyApplication
Gets the application which the assembly containing the event handler is associated with.
Public propertyArtifactID
Gets the artifact ID for the instance of the event handler attached to the object
Public propertyAssemblyName
Gets the name of the assemly the event handler is found.
Public propertyClassName
Gets the name of the class that defines the event handler.
Public propertyCompanyName
Gets the company name of the event handler's development company.
Public propertyDescription
Gets the description of the event handler and its execution.
Public propertyExecution
Gets the execution type of the event handler.
Public propertyID
Gets the reference ID of the event handler issued by Relativity.
Top
Methods

  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also

Reference