SubListButtonVisibilityRuleRequest Class

Relativity Services API
Represents a DTO used as a request for creating or updating a sub list button visibility object rule.
Inheritance Hierarchy

System.Object
  Relativity.Services.Interfaces.ObjectRules.Models.BaseObjectRuleRequest
    Relativity.Services.Interfaces.ObjectRules.Models.SubListButtonVisibilityRuleRequest

Namespace:  Relativity.Services.Interfaces.ObjectRules.Models
Assembly:  Relativity.Services.Interfaces (in Relativity.Services.Interfaces.dll) Version: 640db774aa42dfbe1785add27fbb41844ec5c7d4
Syntax

public class SubListButtonVisibilityRuleRequest : BaseObjectRuleRequest

The SubListButtonVisibilityRuleRequest type exposes the following members.

Constructors

  NameDescription
Public methodSubListButtonVisibilityRuleRequest
Initializes a new instance of the SubListButtonVisibilityRuleRequest class
Top
Properties

  NameDescription
Public propertyChoice
Gets or sets the identifier for the choice.
Public propertyField
Gets or sets the identifier for the field.
Public propertyName
Gets or sets the name for the object rule.
(Inherited from BaseObjectRuleRequest.)
Public propertyObjectType
Gets or sets the identifier for the object type the object rule is associated with.
(Inherited from BaseObjectRuleRequest.)
Public propertyRelativityApplications
Gets or sets a list of identifiers of associated Relativity Applications for the object rule.
(Inherited from BaseObjectRuleRequest.)
Public propertyShowDelete
Gets or sets a Boolean value indicating whether the delete button will be visible to users for the sub list object type.
Public propertyShowLink
Gets or sets a Boolean value indicating whether the link button will be visible to users for the sub list object type.
Public propertyShowNew
Gets or sets a Boolean value indicating whether the new button will be visible to users for the sub list object type.
Public propertyShowUnlink
Gets or sets a Boolean value indicating whether the unlink button will be visible to users for the sub list object type.
Public propertySubListObject
Gets or sets the identifier for the sub list object 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