Show / Hide Table of Contents

Class KeyboardShortcut

Represents the Keyboard Shortcut for the workspace.

Inheritance
System.Object
Artifact
KeyboardShortcut
Inherited Members
Artifact.ArtifactID
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 KeyboardShortcut : Artifact

Properties

| Improve this Doc View Source

Action

Gets or sets string representing action taken when a keyboard shortcut is triggered.

Declaration
public string Action { get; set; }
Property Value
Type Description
System.String
| Improve this Doc View Source

KeyboardShortcutID

Gets or sets a number used as the identifier for the keyboard shortcut.

Declaration
public int KeyboardShortcutID { get; set; }
Property Value
Type Description
System.Int32
| Improve this Doc View Source

KeysCombination

Gets or sets keys combination that indicates whether additional keys are used as part of the shortcut.

Declaration
public KeysCombination KeysCombination { get; set; }
Property Value
Type Description
KeysCombination
| Improve this Doc View Source

Type

Gets or sets type of keyboard shortcut.

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