Represents the results of a read operation on an object rule.
Inheritance Hierarchy
Relativity.Services.Interfaces.Shared.Models.ObjectIdentifier
Relativity.Services.Interfaces.Shared.Models.DisplayableObjectIdentifier
Relativity.Services.Interfaces.ObjectRules.Models.ObjectRuleResponse
Namespace: Relativity.Services.Interfaces.ObjectRules.Models
Assembly: Relativity.Services.Interfaces (in Relativity.Services.Interfaces.dll) Version: 640db774aa42dfbe1785add27fbb41844ec5c7d4
Syntax
The ObjectRuleResponse type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | ObjectRuleResponse | Initializes a new instance of the ObjectRuleResponse class |
Properties
Name | Description | |
---|---|---|
![]() | Actions |
Gets a list of RESTful operations that a user has permissions to perform on the object rule.
|
![]() | AllowAdd |
Gets or sets a Boolean value indicating whether new choices can be added by a user to the selected field when editing instances of the object type on the choice behavior.
|
![]() | AllowDelete |
Gets or sets a Boolean value indicating whether choices can be deleted by a user to the selected field when editing instances of the object type on the choice behavior.
|
![]() | AllowLayoutChange |
Gets or sets a Boolean value indicating whether the user can switch to a different layout on the default layout behavior.
|
![]() | AllowRename |
Gets or sets a Boolean value indicating whether choices can be renamed by a user to the selected field when editing instances of the object type on the choice behavior.
|
![]() | ArtifactID | (Inherited from ObjectIdentifier.) |
![]() | Behavior |
Gets the object rule behaviour.
|
![]() | Choice |
Gets or sets the identifier for the choice on default layout and sub list visibility behaviors.
|
![]() | CreatedBy |
Gets the Artifact ID and name of the user who created the object rule.
|
![]() | CreatedOn |
Gets the date and time when the object rule was added to Relativity.
|
![]() | Field |
Gets or sets the identifier for the field on choice, default layout and sub list visibility behaviors.
|
![]() | Guids | (Inherited from ObjectIdentifier.) |
![]() | LastModifiedBy |
Gets the Artifact ID and name of the user who recently updated the object rule.
|
![]() | LastModifiedOn |
Gets the date and time when the object rule was most recently updated.
|
![]() | Layout |
Gets or sets the identifier for the layout on default layout and default layout on new behaviors.
|
![]() | Meta |
Gets a list of unsupported and read-only properties on the current object rule object.
|
![]() | Name | (Inherited from DisplayableObjectIdentifier.) |
![]() | ObjectType |
Gets the identifier for the object type associated with the object rule.
|
![]() | RelativityApplications |
Gets or sets a list of identifiers of associated Relativity Applications for the object rule.
|
![]() | ShowAddLink |
Gets or sets a Boolean value indicating whether an add link will be visible to users for the object type on the custom single object add link visibility behavior.
|
![]() | ShowDelete |
Gets or sets a Boolean value indicating whether the delete button will be visible to users on global button and sub list visibility behaviors.
|
![]() | ShowLink |
Gets or sets a Boolean value indicating whether the link button will be visible to users for the object type on global button visbility and sub list visibility behavors.
|
![]() | ShowMassCopy |
Gets or sets a Boolean value indicating whether mass copy will be visible to users for the object type on the mass action visibility behavior.
|
![]() | 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.
|
![]() | ShowNew |
Gets or sets a Boolean value indicating whether the new button will be visible to users for the object type on global button visbility and sub list visibility behavors.
|
![]() | ShowUnlink |
Gets or sets a Boolean value indicating whether the unlink button will be visible to users for the object type on global button visbility and sub list visibility behavors.
|
![]() | SubListObject |
Gets or sets the identifier for the object on sub list visibility behavior.
|
![]() | Url |
Gets or sets the URL override for new button override, override edit link, and override view link behaviors.
|
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