ArtifactFieldNames Class

Relativity Services API
The string names of fields used on dynamic artifacts.
Inheritance Hierarchy

System.Object
  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

public class ArtifactFieldNames

The ArtifactFieldNames type exposes the following members.

Constructors

  NameDescription
Public methodArtifactFieldNames
Initializes a new instance of the ArtifactFieldNames class
Top
Methods

  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Fields

  NameDescription
Public fieldStatic memberKeywords
Keywords.
Public fieldStatic memberNotes
Notes.
Public fieldStatic memberSystemCreatedBy
Identifies the User who created the Artifact. This property is available on the Fields property of the Artifact.
Public fieldStatic memberSystemCreatedOn
Represents the DateTime in UTC when the Artifact was created. This property is available on the Fields property of the Artifact.
Public fieldStatic memberSystemLastModifiedBy
Identifies the User who last modified the Artifact. This property is available in the Fields property of the Artifact.
Public fieldStatic memberSystemLastModifiedOn
Represents the DateTime in UTC when the Artifact was last modified. This property is available on the Fields property of the Artifact.
Public fieldStatic memberTextIdentifier
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.
Top
See Also

Reference