ArtifactType Class

Relativity Import APIs
Represents an Artifact type, which uniquely describes a category of Artifact.
Inheritance Hierarchy

Object
  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

public class ArtifactType

The ArtifactType type exposes the following members.

Constructors

  NameDescription
Public methodArtifactType
Top
Properties

  NameDescription
Public propertyID
Represents the unique ID of the ArtifactType.
Public propertyName
Represents the name given to the ArtifactType.
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 the name of the ArtifactType as its String representation.
(Overrides Object.ToString.)
Top
See Also

Reference