Represents a DTO used as a request for creating or updating an event handler mass operation.
Inheritance Hierarchy
Relativity.Services.Interfaces.MassOperation.Models.EventHandlerMassOperationRequest
Namespace: Relativity.Services.Interfaces.MassOperation.Models
Assembly: Relativity.Services.Interfaces (in Relativity.Services.Interfaces.dll) Version: 640db774aa42dfbe1785add27fbb41844ec5c7d4
Syntax
The EventHandlerMassOperationRequest type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | EventHandlerMassOperationRequest() |
Default constructor for the request, does not instantiate any properties.
|
![]() | EventHandlerMassOperationRequest(MassOperationResponse) |
Constructs an EventHandlerMassOperationRequest based on the read result of a mass operation.
|
Properties
Name | Description | |
---|---|---|
![]() | EventHandlerID |
Gets or sets the event handler ID of the mass operation.
|
![]() | Layout |
Gets or sets the layout identifier of the mass operation.
|
![]() | Name |
Gets or sets the name of the mass operation.
|
![]() | ObjectType |
Gets or sets the parent object type of the mass operation.
|
![]() | RelativityApplications |
Gets or sets the list of identifiers of associated Relativity Applications for the mass operation.
|
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