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.
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 NamedArtifactWithGuids : NamedArtifact, IHasName, IHaveGuidsProperties
| Improve this Doc View SourceGuids
Gets or sets guids list.
Declaration
public List<Guid> Guids { get; set; }Property Value
| Type | Description | 
|---|---|
| System.Collections.Generic.List<System.Guid> |