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