Represents the results of a read operation on an event handler for a mass operation.
Inheritance Hierarchy
Relativity.Services.Interfaces.MassOperation.Models.MassOperationEventHandlerResponse
Namespace: Relativity.Services.Interfaces.MassOperation.Models
Assembly: Relativity.Services.Interfaces (in Relativity.Services.Interfaces.dll) Version: 640db774aa42dfbe1785add27fbb41844ec5c7d4
Syntax
The MassOperationEventHandlerResponse type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | MassOperationEventHandlerResponse | Initializes a new instance of the MassOperationEventHandlerResponse class |
Properties
Name | Description | |
---|---|---|
![]() | Application |
Gets the identifier for the application that the event handler is associated with.
|
![]() | AssemblyName |
Gets the assembly name of the event handler.
|
![]() | ClassName |
Gets the class name of the event handler.
|
![]() | CompanyName |
Gets the name of the company that made the event handler.
|
![]() | Description |
Gets the description of the event handler.
|
![]() | EventHandlerID |
Gets the ID of the event handler. This ID does not come from the artifact table.
|
Methods
Name | Description | |
---|---|---|
![]() | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
![]() | GetHashCode | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
See Also