The string names of fields used on dynamic artifacts.
Inheritance Hierarchy
Relativity.Services.ArtifactFieldNames
Relativity.Services.ClientFieldNames
Relativity.Services.InstanceSettingFieldNames
Relativity.Services.MatterFieldNames
Relativity.Services.SearchContainerFieldNames
Relativity.Services.SearchFieldNames
Namespace: Relativity.Services
Assembly: Relativity.Services.DataContracts (in Relativity.Services.DataContracts.dll) Version: 640db774aa42dfbe1785add27fbb41844ec5c7d4
Syntax
The ArtifactFieldNames type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | ArtifactFieldNames | Initializes a new instance of the ArtifactFieldNames class |
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.) |
Fields
Name | Description | |
---|---|---|
![]() ![]() | Keywords |
Keywords.
|
![]() ![]() | Notes |
Notes.
|
![]() ![]() | SystemCreatedBy |
Identifies the User who created the Artifact. This property is available on the Fields property of the Artifact.
|
![]() ![]() | SystemCreatedOn |
Represents the DateTime in UTC when the Artifact was created. This property is available on the Fields property of the Artifact.
|
![]() ![]() | SystemLastModifiedBy |
Identifies the User who last modified the Artifact. This property is available in the Fields property of the Artifact.
|
![]() ![]() | SystemLastModifiedOn |
Represents the DateTime in UTC when the Artifact was last modified. This property is available on the Fields property of the Artifact.
|
![]() ![]() | TextIdentifier |
Indicates the value of the IdentifierFieldName field available in Fields property of the Artifact.
This field may also be available as a Name property for many Artifacts.
|
See Also