ObjectRuleResponse Class

Relativity Services API
Represents the results of a read operation on an object rule.
Inheritance Hierarchy

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

public class ObjectRuleResponse : DisplayableObjectIdentifier

The ObjectRuleResponse type exposes the following members.

Constructors

  NameDescription
Public methodObjectRuleResponse
Initializes a new instance of the ObjectRuleResponse class
Top
Properties

  NameDescription
Public propertyActions
Gets a list of RESTful operations that a user has permissions to perform on the object rule.
Public propertyAllowAdd
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.
Public propertyAllowDelete
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.
Public propertyAllowLayoutChange
Gets or sets a Boolean value indicating whether the user can switch to a different layout on the default layout behavior.
Public propertyAllowRename
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.
Public propertyArtifactID (Inherited from ObjectIdentifier.)
Public propertyBehavior
Gets the object rule behaviour.
Public propertyChoice
Gets or sets the identifier for the choice on default layout and sub list visibility behaviors.
Public propertyCreatedBy
Gets the Artifact ID and name of the user who created the object rule.
Public propertyCreatedOn
Gets the date and time when the object rule was added to Relativity.
Public propertyField
Gets or sets the identifier for the field on choice, default layout and sub list visibility behaviors.
Public propertyGuids (Inherited from ObjectIdentifier.)
Public propertyLastModifiedBy
Gets the Artifact ID and name of the user who recently updated the object rule.
Public propertyLastModifiedOn
Gets the date and time when the object rule was most recently updated.
Public propertyLayout
Gets or sets the identifier for the layout on default layout and default layout on new behaviors.
Public propertyMeta
Gets a list of unsupported and read-only properties on the current object rule object.
Public propertyName (Inherited from DisplayableObjectIdentifier.)
Public propertyObjectType
Gets the identifier for the object type associated with the object rule.
Public propertyRelativityApplications
Gets or sets a list of identifiers of associated Relativity Applications for the object rule.
Public propertyShowAddLink
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.
Public propertyShowDelete
Gets or sets a Boolean value indicating whether the delete button will be visible to users on global button and sub list visibility behaviors.
Public propertyShowLink
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.
Public propertyShowMassCopy
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.
Public propertyShowMassEdit
Gets or sets a Boolean value indicating whether mass edit will be visible to users for the object type.
Public propertyShowMassReplace
Gets or sets a Boolean value indicating whether mass replace will be visible to users for the object type.
Public propertyShowMassTally
Gets or sets a Boolean value indicating whether mass tally will be visible to users for the object type.
Public propertyShowNew
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.
Public propertyShowUnlink
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.
Public propertySubListObject
Gets or sets the identifier for the object on sub list visibility behavior.
Public propertyUrl
Gets or sets the URL override for new button override, override edit link, and override view link behaviors.
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