Represents a field, which is used to store data for documents and RDOs.
Inheritance Hierarchy
kCura.Relativity.ImportAPI.Data.Artifact
kCura.Relativity.ImportAPI.Data.Field
Namespace: kCura.Relativity.ImportAPI.Data
Assembly: Relativity.DataExchange.Client.SDK (in Relativity.DataExchange.Client.SDK.dll) Version: 1.5.0
Syntax
The Field type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | Field |
Properties
Name | Description | |
---|---|---|
![]() | ArtifactID |
Represents a unique identifier for an Artifact.
(Inherited from Artifact.) |
![]() | ArtifactTypeId |
Represents the identifier for the type of item that the Artifact represents.
(Inherited from Artifact.) |
![]() | AssociatedObjectTypeID |
Identifies the ObjectType associated with the field.
|
![]() | EnableDataGrid |
Indicates if the field should be written to Data Grid
|
![]() | FieldCategory |
Provides the FieldCategory of the field definition.
|
![]() | FieldLength |
Indicates the length of a fixed-length text field.
|
![]() | FieldTypeID |
Represents the ID of a FieldType used to determine the functionality and presentation of the field.
|
![]() | Guids |
Provides a list of GUIDs used to identify an Artifact.
|
![]() | Name |
Indicates the value of the Identifier field for the artifact.
(Inherited from Artifact.) |
![]() | ParentArtifactID |
Represents the identifier for the parent of the artifact.
(Inherited from Artifact.) |
![]() | UseUnicode |
Indicates whether foreign language characters can be used.
|
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 Artifact.
(Inherited from Artifact.) |
See Also