Show / Hide Table of Contents

Class NamedArtifactWithGuids

Represents the Relativity artifact object that has name and guids properties. Can be used as a base class for most Relativity object classes.

Inheritance
System.Object
Artifact
NamedArtifact
NamedArtifactWithGuids
ObjectType
Implements
IHasName
IHaveGuids
Inherited Members
NamedArtifact.Name
Artifact.ArtifactID
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 NamedArtifactWithGuids : NamedArtifact, IHasName, IHaveGuids

Properties

| Improve this Doc View Source

Guids

Gets or sets guids list.

Declaration
public List<Guid> Guids { get; set; }
Property Value
Type Description
System.Collections.Generic.List<System.Guid>

Implements

IHasName
IHaveGuids
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX