EventHandlerMassOperationRequest Class

Relativity Services API
Represents a DTO used as a request for creating or updating an event handler mass operation.
Inheritance Hierarchy

System.Object
  Relativity.Services.Interfaces.MassOperation.Models.EventHandlerMassOperationRequest

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

public class EventHandlerMassOperationRequest

The EventHandlerMassOperationRequest type exposes the following members.

Constructors

  NameDescription
Public methodEventHandlerMassOperationRequest()
Default constructor for the request, does not instantiate any properties.
Public methodEventHandlerMassOperationRequest(MassOperationResponse)
Constructs an EventHandlerMassOperationRequest based on the read result of a mass operation.
Top
Properties

  NameDescription
Public propertyEventHandlerID
Gets or sets the event handler ID of the mass operation.
Public propertyLayout
Gets or sets the layout identifier of the mass operation.
Public propertyName
Gets or sets the name of the mass operation.
Public propertyObjectType
Gets or sets the parent object type of the mass operation.
Public propertyRelativityApplications
Gets or sets the list of identifiers of associated Relativity Applications for the mass operation.
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