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