Class NavigationCommand
Represents a navigation command
Inheritance
System.Object
NavigationCommand
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: Simplic.Navigation.Command
Assembly: Simplic.Navigation.Command.dll
Syntax
public class NavigationCommand
Properties
| Improve this Doc View SourceCommand
Get or sets the command / shortcut
Declaration
public string Command { get; set; }
Property Value
Type | Description |
---|---|
System.String |
DocumentationLink
Gets or sets the link that should be opened when accessing the documentation
Declaration
public string DocumentationLink { get; set; }
Property Value
Type | Description |
---|---|
System.String |
HasArguments
Gets or sets whether the command requires arguments
Declaration
public bool HasArguments { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
IconId
Gets or sets the icon id
Declaration
public Guid IconId { get; set; }
Property Value
Type | Description |
---|---|
System.Guid |
Id
Gets or sets the command id
Declaration
public Guid Id { get; set; }
Property Value
Type | Description |
---|---|
System.Guid |
Name
Gets or sets the command name
Declaration
public string Name { get; set; }
Property Value
Type | Description |
---|---|
System.String |