Retrieves fields from the data source that users can map in the Relativity UI.
Inheritance Hierarchy
Relativity.IntegrationPoints.Contracts.Models.FieldEntry
Namespace: Relativity.IntegrationPoints.Contracts.Models
Assembly: Relativity.IntegrationPoints.Contracts (in Relativity.IntegrationPoints.Contracts.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
[SerializableAttribute] public class FieldEntry
The FieldEntry type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| FieldEntry |
Initializes new instance of FieldEntry.
|
Properties
| Name | Description | |
|---|---|---|
| ActualName |
Gets or sets the name of the field used in the source code.
| |
| DisplayName |
Gets or sets a user-friendly name for display in the Relativity UI.
| |
| FieldIdentifier |
Gets or sets a field identifier used when mapping data source fields to workspace fields.
| |
| FieldType |
Gets or sets the field type.
| |
| IsIdentifier |
Gets or sets a flag indicating whether the field contains a unique identifier for the data.
| |
| IsRequired |
Gets or sets a flag indicating whether a field in the data source must be mapped.
| |
| Type |
Gets or sets the Relativity field type.
|
Methods
| Name | Description | |
|---|---|---|
| Equals | (Inherited from Object.) | |
| GetHashCode | Serves as a hash function for a particular type. (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