Represents a DTO used as a request for creating or updating a Fixed Length field.
Inheritance Hierarchy
Relativity.Services.Interfaces.Field.Models.BaseFieldRequest
Relativity.Services.Interfaces.Field.Models.FixedLengthFieldRequest
Namespace: Relativity.Services.Interfaces.Field.Models
Assembly: Relativity.Services.Interfaces (in Relativity.Services.Interfaces.dll) Version: 640db774aa42dfbe1785add27fbb41844ec5c7d4
Syntax
The FixedLengthFieldRequest type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | FixedLengthFieldRequest | Initializes a new instance of the FixedLengthFieldRequest class |
Properties
Name | Description | |
---|---|---|
![]() | AllowGroupBy |
Gets or sets if the field is available to the group by when using Pivot.
(Inherited from BaseFieldRequest.) |
![]() | AllowHtml |
Gets or sets whether HTML code is allowed to execute within the field.
|
![]() | 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.
|
![]() | ALT |
Gets or Sets whether the ctrl key is used in the keyboard shortcut for the field.
|
![]() | CTRL |
Gets or Sets whether the ctrl key is used in the keyboard shortcut for the field.
|
![]() | FilterType |
Gets or sets the type of filter available for the field.
(Inherited from BaseFieldRequest.) |
![]() | FriendlyName |
Gets or sets a label for the relational field that users can easily understand.
|
![]() | HasUnicode |
Gets or sets if the field has unicode.
|
![]() | ImportBehavior |
Gets or sets how blank values are handled when importing through the Relativity Desktop Client.
|
![]() | IncludeInTextIndex |
Gets or sets whether the field values are added to the workspace’s SQL text index, making the field searchable via keyword search.
|
![]() | IsLinked |
Gets or sets whether the field appears as a hyperlink within a list view.
(Inherited from BaseFieldRequest.) |
![]() | IsRelational |
Gets or sets whether the field is relational.
|
![]() | IsRequired |
Gets or sets if the field is required.
(Inherited from BaseFieldRequest.) |
![]() | Key |
The key used along with SHIFT, ALT, and/or CTRL keys in the keyboard shortcut for the field.
|
![]() | Keywords |
Gets or sets any keywords associated with the field.
(Inherited from BaseFieldRequest.) |
![]() | Length |
Gets or sets the maximum length for the field.
|
![]() | 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.
|
![]() | Order |
Gets or sets the pane icon order on the bottom of the Related Items pane.
|
![]() | PaneIcon |
Gets or sets an icon for display in the Related Items pane of the core reviewer interface.
|
![]() | PropagateTo |
Gets or sets whether coding values should be propagated to the specified fields.
(Inherited from BaseFieldRequest.) |
![]() | RelationalView |
Gets or sets the view that appears in the Related Items pane.
|
![]() | RelativityApplications |
Gets or sets a list of identifiers of associated Relativity Applications for the field.
(Inherited from BaseFieldRequest.) |
![]() | SHIFT |
Gets or Sets whether the ctrl key is used in the keyboard shortcut for the field.
|
![]() | 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