Show / Hide Table of Contents

Class GroupSelector

Represents the selector of enabled/disabled groups for an entity.

Inheritance
System.Object
GroupSelector
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 GroupSelector

Properties

| Improve this Doc View Source

DisabledGroups

Gets or sets the collection of disabled groups.

Declaration
public List<NamedArtifact> DisabledGroups { get; set; }
Property Value
Type Description
System.Collections.Generic.List<NamedArtifact>
| Improve this Doc View Source

EnabledGroups

Gets or sets the collection of enabled groups.

Declaration
public List<NamedArtifact> EnabledGroups { get; set; }
Property Value
Type Description
System.Collections.Generic.List<NamedArtifact>
| Improve this Doc View Source

LastModified

Gets or sets last modified timestamp.

Declaration
public DateTime LastModified { get; set; }
Property Value
Type Description
System.DateTime
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX