Class ArtifactReference
Represents the Relativity artifact reference object.
Inheritance
System.Object
    ArtifactReference
  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 ArtifactReferenceConstructors
| Improve this Doc View SourceArtifactReference()
Initializes a new instance of the ArtifactReference class.
Declaration
public ArtifactReference()ArtifactReference(Int32)
Initializes a new instance of the ArtifactReference class.
Declaration
public ArtifactReference(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 | 
Operators
| Improve this Doc View SourceImplicit(ArtifactReference to Artifact)
Declaration
public static implicit operator Artifact(ArtifactReference artifactReference)Parameters
| Type | Name | Description | 
|---|---|---|
| ArtifactReference | artifactReference | 
Returns
| Type | Description | 
|---|---|
| Artifact |