Show / Hide Table of Contents

Class RefreshAllTemplatesAction

Action that will refresh all templates.

Inheritance
object
RefreshAllTemplatesAction
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 static class RefreshAllTemplatesAction

Methods

View Source

BuildAction(ITemplateExplorerViewModel)

Builds the action to refresh all templates.

Declaration
public static DelegateCommand<string> BuildAction(ITemplateExplorerViewModel context)
Parameters
Type Name Description
ITemplateExplorerViewModel context

The data context of the calling view model.

Returns
Type Description
DelegateCommand<string>

A DelegateCommand.

  • View Source
In this article
Back to top Generated by DocFX