Class NavigationCommandItem
Command item
Inheritance
System.Object
NavigationCommandItem
Namespace: Simplic.Navigation.Command.UI
Assembly: Simplic.Navigation.Command.UI.dll
Syntax
public class NavigationCommandItem : ViewModelBase
Constructors
| Improve this Doc View SourceNavigationCommandItem(NavigationCommand, IIconService)
Initialize command
Declaration
public NavigationCommandItem(NavigationCommand command, IIconService iconService)
Parameters
Type | Name | Description |
---|---|---|
NavigationCommand | command | |
IIconService | iconService |
Properties
| Improve this Doc View SourceArguments
Gets or sets the command arguments
Declaration
public IList<string> Arguments { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.IList<System.String> |
Command
Gets the current command instance
Declaration
public NavigationCommand Command { get; }
Property Value
Type | Description |
---|---|
NavigationCommand |
DisplayName
Get the display name
Declaration
public string DisplayName { get; }
Property Value
Type | Description |
---|---|
System.String |
DocumentationCommand
Gets or sets the command that opens the documentation
Declaration
public RelayCommand DocumentationCommand { get; set; }
Property Value
Type | Description |
---|---|
RelayCommand |
DocumentationVisibility
Gets whether the documentation "i" is visible
Declaration
public Visibility DocumentationVisibility { get; }
Property Value
Type | Description |
---|---|
System.Windows.Visibility |
IconImage
Gets the icon image
Declaration
public BitmapImage IconImage { get; }
Property Value
Type | Description |
---|---|
System.Windows.Media.Imaging.BitmapImage |
OrderNr
Gets or sets the order number
Declaration
public int OrderNr { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
ParameterImageVisibility
Gets the parameter visibility
Declaration
public Visibility ParameterImageVisibility { get; }
Property Value
Type | Description |
---|---|
System.Windows.Visibility |