Show / Hide Table of Contents

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 ArtifactReference

Constructors

| Improve this Doc View Source

ArtifactReference()

Initializes a new instance of the ArtifactReference class.

Declaration
public ArtifactReference()
| Improve this Doc View Source

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 Source

ArtifactID

Gets or sets the artifact ID.

Declaration
public int ArtifactID { get; set; }
Property Value
Type Description
System.Int32

Operators

| Improve this Doc View Source

Implicit(ArtifactReference to Artifact)

Declaration
public static implicit operator Artifact(ArtifactReference artifactReference)
Parameters
Type Name Description
ArtifactReference artifactReference
Returns
Type Description
Artifact
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX