Describes an item in Relativity.
Inheritance Hierarchy
kCura.Relativity.Client.DTOs.Artifact
More...
Namespace: kCura.Relativity.Client.DTOs
Assembly: kCura.Relativity.Client (in kCura.Relativity.Client.dll) Version: 640db774aa42dfbe1785add27fbb41844ec5c7d4
Syntax
The Artifact type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | Artifact() |
Initializes a new instance of the Artifact class.
|
![]() | Artifact(Int32) |
Initializes a new instance of the Artifact class with the given ArtifactID.
|
Properties
Name | Description | |
---|---|---|
![]() | ArtifactID |
Represents a unique identifier for an Artifact.
|
![]() | ArtifactTypeGuids |
Provides a list of GUIDs defined for the ArtifactType.
|
![]() | ArtifactTypeID |
Represents the identifier for the type of item that the Artifact represents.
|
![]() | ArtifactTypeName |
Indicates name of the ArtifactType used to define the Artifact.
|
![]() | Fields |
Provides a collection of FieldValue objects representing the field values on an Artifact instance.
|
![]() | Guids |
Provides a list of GUIDs used to identify an Artifact.
|
![]() | Item[Guid] |
Provides a shortcut to the field collection of an Artifact by using the GUID assigned to Fields.
|
![]() | Item[Int32] |
Provides a shortcut to a field collection of an Artifact by using the ArtifactID assigned to Fields.
|
![]() | Item[String] |
Provides a shortcut to a field collection of an Artifact by using the ArtifactTypeName.
|
![]() | ParentArtifact |
Indicates the parent of an Artifact.
|
![]() | 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.
|
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 Artifact.
(Overrides Object.ToString().) |
See Also
Reference
Inheritance Hierarchy
kCura.Relativity.Client.DTOs.Artifact
kCura.Relativity.Client.DTOs.Batch
kCura.Relativity.Client.DTOs.BatchSet
kCura.Relativity.Client.DTOs.Choice
kCura.Relativity.Client.DTOs.Client
kCura.Relativity.Client.DTOs.Credential
kCura.Relativity.Client.DTOs.Document
kCura.Relativity.Client.DTOs.Error
kCura.Relativity.Client.DTOs.Field
kCura.Relativity.Client.DTOs.Folder
kCura.Relativity.Client.DTOs.Group
kCura.Relativity.Client.DTOs.Layout
kCura.Relativity.Client.DTOs.MarkupSet
kCura.Relativity.Client.DTOs.ObjectType
kCura.Relativity.Client.DTOs.RDO
kCura.Relativity.Client.DTOs.RelativityApplication
kCura.Relativity.Client.DTOs.RelativityScript
kCura.Relativity.Client.DTOs.Tab
kCura.Relativity.Client.DTOs.User
kCura.Relativity.Client.DTOs.View
kCura.Relativity.Client.DTOs.Workspace