Show / Hide Table of Contents

Class Toggle

Represents the toggle.

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

Properties

| Improve this Doc View Source

IsEnabled

Gets or sets a value indicating whether toggle is enabled.

Declaration
public bool IsEnabled { get; set; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

Name

Gets or sets name.

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