MassOperationResponse Class

Relativity Services API
Represents the results of a read operation on a mass operation.
Inheritance Hierarchy

System.Object
  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

public class MassOperationResponse : ObjectIdentifier

The MassOperationResponse type exposes the following members.

Constructors

  NameDescription
Public methodMassOperationResponse
Initializes a new instance of the MassOperationResponse class
Top
Properties

  NameDescription
Public propertyActions
Gets a list of RESTful operations that a user has permissions to perform on the mass operation.
Public propertyApplicationName
Gets the event handler application name if the mass operation has an event handler type.
Public propertyArtifactID (Inherited from ObjectIdentifier.)
Public propertyClassName
Gets the event handler class name if the mass operation has an event handler type.
Public propertyCreatedBy
Gets the name and artifactID of who created the mass operation.
Public propertyCreatedOn
Gets the time the mass operation was created.
Public propertyEventHandlerID
Gets the event handler ID if the mass operation has an event handler type.
Public propertyGuids (Inherited from ObjectIdentifier.)
Public propertyLastModifiedBy
Gets the name and artifactID of who last edited the mass operation.
Public propertyLastModifiedOn
Gets the time the mass operation was last edited.
Public propertyLayout
Gets the layout identifier if the mass operation has an event handler type.
Public propertyMeta
Gets a list of unsupported and read-only properties on the current mass operation object.
Public propertyName
Gets the name of the mass operation.
Public propertyObjectType
Gets the parent object type of the mass operation.
Public propertyPopupHeight
Gets the popup height of the custom page if the mass operation has a custom page type.
Public propertyPopupWidth
Gets the popup width of the custom page if the mass operation has a custom page type.
Public propertyRelativityApplications
Gets the list of identifiers of associated Relativity Applications for the mass operation.
Public propertyType
Gets the type of mass operation.
Public propertyUrl
Gets the URL of the custom page if the mass operation has a custom page type.
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