Retrieves fields from the data source that users can map in the Relativity UI.
Inheritance Hierarchy
kCura.IntegrationPoints.Contracts.Models.FieldEntry
Namespace: kCura.IntegrationPoints.Contracts.Models
Assembly: kCura.IntegrationPoints.Contracts (in kCura.IntegrationPoints.Contracts.dll) Version: 10.2.0.0 (10.2.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 | 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