C# Class Orc.Wizard.ViewModels.WizardViewModel

Inheritance: Catel.MVVM.ViewModelBase
ファイルを表示 Open project: WildGums/Orc.Wizard

Private Properties

Property Type Description
OnCancelCanExecuteAsync bool
OnCancelExecuteAsync System.Threading.Tasks.Task
OnFinishCanExecute bool
OnFinishExecuteAsync System.Threading.Tasks.Task
OnGoToNextCanExecute bool
OnGoToNextExecuteAsync System.Threading.Tasks.Task
OnGoToPreviousCanExecute bool
OnGoToPreviousExecuteAsync System.Threading.Tasks.Task
OnShowHelpCanExecute bool
OnShowHelpExecuteAsync System.Threading.Tasks.Task
UpdateState void

Public Methods

Method Description
WizardViewModel ( IWizard wizard, IMessageService messageService, ILanguageService languageService ) : System.Collections.Generic

Protected Methods

Method Description
InitializeAsync ( ) : System.Threading.Tasks.Task

Private Methods

Method Description
OnCancelCanExecuteAsync ( ) : bool
OnCancelExecuteAsync ( ) : System.Threading.Tasks.Task
OnFinishCanExecute ( ) : bool
OnFinishExecuteAsync ( ) : System.Threading.Tasks.Task
OnGoToNextCanExecute ( ) : bool
OnGoToNextExecuteAsync ( ) : System.Threading.Tasks.Task
OnGoToPreviousCanExecute ( ) : bool
OnGoToPreviousExecuteAsync ( ) : System.Threading.Tasks.Task
OnShowHelpCanExecute ( ) : bool
OnShowHelpExecuteAsync ( ) : System.Threading.Tasks.Task
UpdateState ( ) : void

Method Details

InitializeAsync() protected method

protected InitializeAsync ( ) : System.Threading.Tasks.Task
return System.Threading.Tasks.Task

WizardViewModel() public method

public WizardViewModel ( IWizard wizard, IMessageService messageService, ILanguageService languageService ) : System.Collections.Generic
wizard IWizard
messageService IMessageService
languageService ILanguageService
return System.Collections.Generic