Show / Hide Table of Contents

Class KeyboardShortcutsIncludeOptions

Represents the include options for getting Keyboard Shortucts.

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

Properties

| Improve this Doc View Source

IncludeChoiceShortcuts

Gets or sets a value indicating whether to retrieve Choice shortcuts. The default value is true.

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

IncludeFieldShortcuts

Gets or sets a value indicating whether to retrieve Field shortcuts. The default value is true.

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

IncludeSystemShortcuts

Gets or sets a value indicating whether to retrieve System shortcuts. The default value is true.

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