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 SourceDisabledGroups
Gets or sets the collection of disabled groups.
Declaration
public List<NamedArtifact> DisabledGroups { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<NamedArtifact> |
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> |
LastModified
Gets or sets last modified timestamp.
Declaration
public DateTime LastModified { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime |