Class CommandPalette
The range of commands supported by a given module.
Inheritance
CommandPalette
Assembly: Petabridge.Cmd.Common.dll
Syntax
public sealed class CommandPalette : INoSerializationVerificationNeeded
Constructors
CommandPalette(string, IEnumerable<CommandDefinition>)
Declaration
public CommandPalette(string moduleName, IEnumerable<CommandDefinition> commands)
Parameters
Properties
Commands
Declaration
public IReadOnlyDictionary<string, CommandDefinition> Commands { get; }
Property Value
ModuleName
Declaration
public string ModuleName { get; }
Property Value
Methods
Equals(object)
Declaration
public override bool Equals(object obj)
Parameters
| Type |
Name |
Description |
| object |
obj |
|
Returns
Overrides
GetHashCode()
Declaration
public override int GetHashCode()
Returns
Overrides
Implements