Represents a DTO used as a request for creating or updating a Single Object field.
Inheritance Hierarchy
Relativity.Services.Interfaces.Field.Models.BaseFieldRequest
Relativity.Services.Interfaces.Field.Models.SingleObjectFieldRequest
Namespace: Relativity.Services.Interfaces.Field.Models
Assembly: Relativity.Services.Interfaces (in Relativity.Services.Interfaces.dll) Version: 13.3.1.1 045207d562027f7bb0eaa843477ebb7cba5b9f0a
Syntax
The SingleObjectFieldRequest type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| SingleObjectFieldRequest | Initializes a new instance of the SingleObjectFieldRequest class |
Properties
| Name | Description | |
|---|---|---|
| AllowGroupBy |
Gets or sets if the field is available to the group by when using Pivot.
(Inherited from BaseFieldRequest.) | |
| AllowPivot |
Gets or sets if the field is available to pivot on.
(Inherited from BaseFieldRequest.) | |
| AllowSortTally |
Gets or sets sorting document lists based on the field.
(Inherited from BaseFieldRequest.) | |
| AssociativeObjectType |
Gets or sets the associated object to this field.
| |
| AvailableInFieldTree |
Gets or sets whether to place the field and its choices in the Field Tree Browser.
| |
| FieldTreeView |
Gets or sets a view for Field Tree View.
| |
| FilterType |
Gets or sets the type of filter available for the field.
(Inherited from BaseFieldRequest.) | |
| IsLinked |
Gets or sets whether the field appears as a hyperlink within a list view.
(Inherited from BaseFieldRequest.) | |
| IsRequired |
Gets or sets if the field is required.
(Inherited from BaseFieldRequest.) | |
| Keywords |
Gets or sets any keywords associated with the field.
(Inherited from BaseFieldRequest.) | |
| Name |
Gets or sets the name for the field.
(Inherited from BaseFieldRequest.) | |
| Notes |
Gets or sets an optional description or other information about the field.
(Inherited from BaseFieldRequest.) | |
| ObjectType |
Gets or sets the identifier for the object type the field is associated with.
(Inherited from BaseFieldRequest.) | |
| OpenToAssociations |
Gets or sets whether an object field can display its information on an associated object field.
| |
| PopupPickerView |
Gets or sets the items available in the pop-up picker view.
| |
| PropagateTo |
Gets or sets whether coding values should be propagated to the specified fields.
(Inherited from BaseFieldRequest.) | |
| RelativityApplications |
Gets or sets a list of identifiers of associated Relativity Applications for the field.
(Inherited from BaseFieldRequest.) | |
| Source |
Gets or sets which processing field is mapped to the field.
(Inherited from BaseFieldRequest.) | |
| Width |
Gets or sets the width (in pixels) of the column in the view.
(Inherited from BaseFieldRequest.) | |
| Wrapping |
Gets or sets text wrapping for the field.
|
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