C# Class Orchestra.ViewModels.ShellViewModel

Inheritance: Catel.MVVM.ViewModelBase
Show file Open project: WildGums/Orchestra

Public Methods

Method Description
ShellViewModel ( ITaskRunnerService taskRunnerService, ICommandManager commandManager ) : System
ShellViewModel ( ) : System.Reflection

Private Methods

Method Description
OnRunCanExecute ( ) : bool
OnRunExecuteAsync ( ) : Task

Method to invoke when the Run command is executed.

Method Details

ShellViewModel() public method

public ShellViewModel ( ITaskRunnerService taskRunnerService, ICommandManager commandManager ) : System
taskRunnerService ITaskRunnerService
commandManager ICommandManager
return System

ShellViewModel() public method

public ShellViewModel ( ) : System.Reflection
return System.Reflection