Show / Hide Table of Contents

Class TemplateExplorerCommands

Contains all of the commands that are used by the Template Explorer.

Inheritance
object
TemplateExplorerCommands
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Phoenix.Aruba
Assembly: Phoenix.Plugin.Aruba.dll
Syntax
public class TemplateExplorerCommands

Constructors

View Source

TemplateExplorerCommands(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 Source

RefreshAllTemplatesCommand

Gets a command for refreshing all templates.

Declaration
public DelegateCommand<string> RefreshAllTemplatesCommand { get; }
Property Value
Type Description
DelegateCommand<string>

Methods

View Source

RefreshCommandsCanExecute()

Calls every command housed within the object to check to see if the object can execute.

Declaration
public void RefreshCommandsCanExecute()
  • View Source
In this article
Back to top Generated by DocFX