Represents an Artifact type, which uniquely describes a category of Artifact.
Inheritance Hierarchy
kCura.Relativity.ImportAPI.DataArtifactType
Namespace: kCura.Relativity.ImportAPI.Data
Assembly: Relativity.DataExchange.Client.SDK (in Relativity.DataExchange.Client.SDK.dll) Version: 1.5.0
Syntax
The ArtifactType type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | ArtifactType |
Properties
Name | Description | |
---|---|---|
![]() | ID |
Represents the unique ID of the ArtifactType.
|
![]() | Name |
Represents the name given to the ArtifactType.
|
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 the name of the ArtifactType as its String representation.
(Overrides Object.ToString.) |
See Also