Represents a DTO used as a request for creating or updating a choice behavior object rule.
Inheritance Hierarchy
Relativity.Services.Interfaces.ObjectRules.Models.BaseObjectRuleRequest
Relativity.Services.Interfaces.ObjectRules.Models.ChoiceBehaviorRuleRequest
Namespace: Relativity.Services.Interfaces.ObjectRules.Models
Assembly: Relativity.Services.Interfaces (in Relativity.Services.Interfaces.dll) Version: 640db774aa42dfbe1785add27fbb41844ec5c7d4
Syntax
The ChoiceBehaviorRuleRequest type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | ChoiceBehaviorRuleRequest | Initializes a new instance of the ChoiceBehaviorRuleRequest class |
Properties
Name | Description | |
---|---|---|
![]() | 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.
|
![]() | 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.
|
![]() | 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.
|
![]() | Field |
Gets or sets the identifier for the choice field.
|
![]() | 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.) |
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