CustomPageMassOperationRequest Class

Relativity Services API
Represents a DTO used as a request for creating or updating a custom page mass operation.
Inheritance Hierarchy

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

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

public class CustomPageMassOperationRequest

The CustomPageMassOperationRequest type exposes the following members.

Constructors

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

  NameDescription
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 propertyPopupHeight
Gets or sets the popup height of the custom page of the mass operation.
Public propertyPopupWidth
Gets or sets the popup width of the custom page of the mass operation.
Public propertyRelativityApplications
Gets or sets the list of identifiers of associated Relativity Applications for the mass operation.
Public propertyUrl
Gets or sets the URL of the custom page of 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