Class Artifact
Represents the Relativity artifact object.
Inheritance
System.Object
Artifact
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Relativity.Testing.Framework.Models
Assembly: Relativity.Testing.Framework.dll
Syntax
public class Artifact
Constructors
| Improve this Doc View SourceArtifact()
Initializes a new instance of the Artifact class.
Declaration
public Artifact()
Artifact(Int32)
Initializes a new instance of the Artifact class.
Declaration
public Artifact(int artifactID)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | artifactID | The artifact ID. |
Properties
| Improve this Doc View SourceArtifactID
Gets or sets the artifact ID.
Declaration
public int ArtifactID { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |