Represents a DTO used as a request for creating or updating a mass action visibility object rule.
Inheritance Hierarchy
Relativity.Services.Interfaces.ObjectRules.Models.BaseObjectRuleRequest
Relativity.Services.Interfaces.ObjectRules.Models.MassActionVisibilityRuleRequest
Namespace: Relativity.Services.Interfaces.ObjectRules.Models
Assembly: Relativity.Services.Interfaces (in Relativity.Services.Interfaces.dll) Version: 13.3.1.1 045207d562027f7bb0eaa843477ebb7cba5b9f0a
Syntax
The MassActionVisibilityRuleRequest type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| MassActionVisibilityRuleRequest | Initializes a new instance of the MassActionVisibilityRuleRequest class |
Properties
| Name | Description | |
|---|---|---|
| Name |
Gets or sets the name for the object rule.
(Inherited from BaseObjectRuleRequest.) | |
| ObjectType |
Gets or sets the identifier for the object type the object rule is associated with.
(Inherited from BaseObjectRuleRequest.) | |
| RelativityApplications |
Gets or sets a list of identifiers of associated Relativity Applications for the object rule.
(Inherited from BaseObjectRuleRequest.) | |
| ShowMassCopy |
Gets or sets a Boolean value indicating whether mass copy will be visible to users for the object type.
| |
| ShowMassEdit |
Gets or sets a Boolean value indicating whether mass edit will be visible to users for the object type.
| |
| ShowMassReplace |
Gets or sets a Boolean value indicating whether mass replace will be visible to users for the object type.
| |
| ShowMassTally |
Gets or sets a Boolean value indicating whether mass tally will be visible to users for the object 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