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 KeyboardShortcutsIncludeOptionsProperties
| Improve this Doc View SourceIncludeChoiceShortcuts
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 | 
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 | 
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 |