Base field request with properties across all field types.
Inheritance Hierarchy
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
The BaseFieldRequest type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | BaseFieldRequest | Initializes a new instance of the BaseFieldRequest class |
Properties
Name | Description | |
---|---|---|
![]() | AllowGroupBy |
Gets or sets if the field is available to the group by when using Pivot.
|
![]() | AllowPivot |
Gets or sets if the field is available to pivot on.
|
![]() | FilterType |
Gets or sets the type of filter available for the field.
|
![]() | IsLinked |
Gets or sets whether the field appears as a hyperlink within a list view.
|
![]() | IsRequired |
Gets or sets if the field is required.
|
![]() | Keywords |
Gets or sets any keywords associated with the field.
|
![]() | Name |
Gets or sets the name for the field.
|
![]() | Notes |
Gets or sets an optional description or other information about the field.
|
![]() | ObjectType |
Gets or sets the identifier for the object type the field is associated with.
|
![]() | PropagateTo |
Gets or sets whether coding values should be propagated to the specified fields.
|
![]() | RelativityApplications |
Gets or sets a list of identifiers of associated Relativity Applications for the field.
|
![]() | Source |
Gets or sets which processing field is mapped to the field.
|
![]() | Width |
Gets or sets the width (in pixels) of the column in the view.
|
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
Reference
Inheritance Hierarchy
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