Class TemplateExplorerCommands
Contains all of the commands that are used by the Template Explorer.
Inherited Members
Namespace: Phoenix.Aruba
Assembly: Phoenix.Plugin.Aruba.dll
Syntax
public class TemplateExplorerCommands
Constructors
View SourceTemplateExplorerCommands(ITemplateExplorerViewModel)
Contains all of the commands that are used by the Template Explorer.
Declaration
public TemplateExplorerCommands(ITemplateExplorerViewModel context)
Parameters
| Type | Name | Description |
|---|---|---|
| ITemplateExplorerViewModel | context |
Properties
View SourceRefreshAllTemplatesCommand
Gets a command for refreshing all templates.
Declaration
public DelegateCommand<string> RefreshAllTemplatesCommand { get; }
Property Value
| Type | Description |
|---|---|
| DelegateCommand<string> |
Methods
View SourceRefreshCommandsCanExecute()
Calls every command housed within the object to check to see if the object can execute.
Declaration
public void RefreshCommandsCanExecute()