FixedLengthFieldRequest Class

Relativity Services API
Represents a DTO used as a request for creating or updating a Fixed Length field.
Inheritance Hierarchy

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

public class FixedLengthFieldRequest : BaseFieldRequest

The FixedLengthFieldRequest type exposes the following members.

Constructors

  NameDescription
Public methodFixedLengthFieldRequest
Initializes a new instance of the FixedLengthFieldRequest class
Top
Properties

  NameDescription
Public propertyAllowGroupBy
Gets or sets if the field is available to the group by when using Pivot.
(Inherited from BaseFieldRequest.)
Public propertyAllowHtml
Gets or sets whether HTML code is allowed to execute within the field.
Public propertyAllowPivot
Gets or sets if the field is available to pivot on.
(Inherited from BaseFieldRequest.)
Public propertyAllowSortTally
Gets or sets sorting document lists based on the field.
Public propertyALT
Gets or Sets whether the ctrl key is used in the keyboard shortcut for the field.
Public propertyCTRL
Gets or Sets whether the ctrl key is used in the keyboard shortcut for the field.
Public propertyFilterType
Gets or sets the type of filter available for the field.
(Inherited from BaseFieldRequest.)
Public propertyFriendlyName
Gets or sets a label for the relational field that users can easily understand.
Public propertyHasUnicode
Gets or sets if the field has unicode.
Public propertyImportBehavior
Gets or sets how blank values are handled when importing through the Relativity Desktop Client.
Public propertyIncludeInTextIndex
Gets or sets whether the field values are added to the workspace’s SQL text index, making the field searchable via keyword search.
Public propertyIsLinked
Gets or sets whether the field appears as a hyperlink within a list view.
(Inherited from BaseFieldRequest.)
Public propertyIsRelational
Gets or sets whether the field is relational.
Public propertyIsRequired
Gets or sets if the field is required.
(Inherited from BaseFieldRequest.)
Public propertyKey
The key used along with SHIFT, ALT, and/or CTRL keys in the keyboard shortcut for the field.
Public propertyKeywords
Gets or sets any keywords associated with the field.
(Inherited from BaseFieldRequest.)
Public propertyLength
Gets or sets the maximum length for the field.
Public propertyName
Gets or sets the name for the field.
(Inherited from BaseFieldRequest.)
Public propertyNotes
Gets or sets an optional description or other information about the field.
(Inherited from BaseFieldRequest.)
Public propertyObjectType
Gets or sets the identifier for the object type the field is associated with.
(Inherited from BaseFieldRequest.)
Public propertyOpenToAssociations
Gets or sets whether an object field can display its information on an associated object field.
Public propertyOrder
Gets or sets the pane icon order on the bottom of the Related Items pane.
Public propertyPaneIcon
Gets or sets an icon for display in the Related Items pane of the core reviewer interface.
Public propertyPropagateTo
Gets or sets whether coding values should be propagated to the specified fields.
(Inherited from BaseFieldRequest.)
Public propertyRelationalView
Gets or sets the view that appears in the Related Items pane.
Public propertyRelativityApplications
Gets or sets a list of identifiers of associated Relativity Applications for the field.
(Inherited from BaseFieldRequest.)
Public propertySHIFT
Gets or Sets whether the ctrl key is used in the keyboard shortcut for the field.
Public propertySource
Gets or sets which processing field is mapped to the field.
(Inherited from BaseFieldRequest.)
Public propertyWidth
Gets or sets the width (in pixels) of the column in the view.
(Inherited from BaseFieldRequest.)
Public propertyWrapping
Gets or sets text wrapping for the field.
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