<PackageReference Include="Relativity.Server.Services.Interfaces.SDK" Version="5000.0.2" />

Relativity.Services.Interfaces.EventHandler.Models.EventHandlerResponse

public class EventHandlerResponse
Represents an event handler used to execute logic and various workflow steps.

Gets the application which the assembly containing the event handler is associated with.

public int ArtifactID { get; set; }

Gets the artifact ID for the instance of the event handler attached to the object

public string AssemblyName { get; set; }

Gets the name of the assemly the event handler is found.

public string ClassName { get; set; }

Gets the name of the class that defines the event handler.

public string CompanyName { get; set; }

Gets the company name of the event handler's development company.

public string Description { get; set; }

Gets the description of the event handler and its execution.

public EventHandlerExecution Execution { get; set; }

Gets the execution type of the event handler.

public int ID { get; set; }

Gets the reference ID of the event handler issued by Relativity.