BaseFieldRequest Class

Relativity Services API
Base field request with properties across all field types.
Inheritance Hierarchy

System.Object
  Relativity.Services.Interfaces.Field.Models.BaseFieldRequest
    More...

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

public class BaseFieldRequest

The BaseFieldRequest type exposes the following members.

Constructors

  NameDescription
Public methodBaseFieldRequest
Initializes a new instance of the BaseFieldRequest class
Top
Properties

  NameDescription
Public propertyAllowGroupBy
Gets or sets if the field is available to the group by when using Pivot.
Public propertyAllowPivot
Gets or sets if the field is available to pivot on.
Public propertyFilterType
Gets or sets the type of filter available for the field.
Public propertyIsLinked
Gets or sets whether the field appears as a hyperlink within a list view.
Public propertyIsRequired
Gets or sets if the field is required.
Public propertyKeywords
Gets or sets any keywords associated with the field.
Public propertyName
Gets or sets the name for the field.
Public propertyNotes
Gets or sets an optional description or other information about the field.
Public propertyObjectType
Gets or sets the identifier for the object type the field is associated with.
Public propertyPropagateTo
Gets or sets whether coding values should be propagated to the specified fields.
Public propertyRelativityApplications
Gets or sets a list of identifiers of associated Relativity Applications for the field.
Public propertySource
Gets or sets which processing field is mapped to the field.
Public propertyWidth
Gets or sets the width (in pixels) of the column in the view.
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

Inheritance Hierarchy

System.Object
  Relativity.Services.Interfaces.Field.Models.BaseFieldRequest
    Relativity.Services.Interfaces.Field.Models.CurrencyFieldRequest
    Relativity.Services.Interfaces.Field.Models.DateFieldRequest
    Relativity.Services.Interfaces.Field.Models.DecimalFieldRequest
    Relativity.Services.Interfaces.Field.Models.FileFieldRequest
    Relativity.Services.Interfaces.Field.Models.FixedLengthFieldRequest
    Relativity.Services.Interfaces.Field.Models.LongTextFieldRequest
    Relativity.Services.Interfaces.Field.Models.MultipleChoiceFieldRequest
    Relativity.Services.Interfaces.Field.Models.MultipleObjectFieldRequest
    Relativity.Services.Interfaces.Field.Models.SingleChoiceFieldRequest
    Relativity.Services.Interfaces.Field.Models.SingleObjectFieldRequest
    Relativity.Services.Interfaces.Field.Models.UserFieldRequest
    Relativity.Services.Interfaces.Field.Models.WholeNumberFieldRequest
    Relativity.Services.Interfaces.Field.Models.YesNoFieldRequest