Show / Hide Table of Contents

Interface IHaveGuids

Represents the interface for model classes that have guid list.

Namespace: Relativity.Testing.Framework.Models
Assembly: Relativity.Testing.Framework.dll
Syntax
public interface IHaveGuids

Properties

| Improve this Doc View Source

Guids

Gets or sets guids list.

Declaration
List<Guid> Guids { get; set; }
Property Value
Type Description
System.Collections.Generic.List<System.Guid>
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX