Represents the results of a read operation on a mass operation.
Inheritance Hierarchy
Relativity.Services.Interfaces.Shared.Models.ObjectIdentifier
Relativity.Services.Interfaces.MassOperation.Models.MassOperationResponse
Namespace: Relativity.Services.Interfaces.MassOperation.Models
Assembly: Relativity.Services.Interfaces (in Relativity.Services.Interfaces.dll) Version: 640db774aa42dfbe1785add27fbb41844ec5c7d4
Syntax
The MassOperationResponse type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | MassOperationResponse | Initializes a new instance of the MassOperationResponse class |
Properties
Name | Description | |
---|---|---|
![]() | Actions |
Gets a list of RESTful operations that a user has permissions to perform on the mass operation.
|
![]() | ApplicationName |
Gets the event handler application name if the mass operation has an event handler type.
|
![]() | ArtifactID | (Inherited from ObjectIdentifier.) |
![]() | ClassName |
Gets the event handler class name if the mass operation has an event handler type.
|
![]() | CreatedBy |
Gets the name and artifactID of who created the mass operation.
|
![]() | CreatedOn |
Gets the time the mass operation was created.
|
![]() | EventHandlerID |
Gets the event handler ID if the mass operation has an event handler type.
|
![]() | Guids | (Inherited from ObjectIdentifier.) |
![]() | LastModifiedBy |
Gets the name and artifactID of who last edited the mass operation.
|
![]() | LastModifiedOn |
Gets the time the mass operation was last edited.
|
![]() | Layout |
Gets the layout identifier if the mass operation has an event handler type.
|
![]() | Meta |
Gets a list of unsupported and read-only properties on the current mass operation object.
|
![]() | Name |
Gets the name of the mass operation.
|
![]() | ObjectType |
Gets the parent object type of the mass operation.
|
![]() | PopupHeight |
Gets the popup height of the custom page if the mass operation has a custom page type.
|
![]() | PopupWidth |
Gets the popup width of the custom page if the mass operation has a custom page type.
|
![]() | RelativityApplications |
Gets the list of identifiers of associated Relativity Applications for the mass operation.
|
![]() | Type |
Gets the type of mass operation.
|
![]() | Url |
Gets the URL of the custom page if the mass operation has a custom page type.
|
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