C# Class Orc.Wizard.WizardBase

Inheritance: Catel.Data.ModelBase, IWizard
Afficher le fichier Open project: WildGums/Orc.Wizard

Méthodes publiques

Méthode Description
CancelAsync ( ) : System.Threading.Tasks.Task
InsertPage ( int index, IWizardPage page ) : void
MoveBackAsync ( ) : System.Threading.Tasks.Task
MoveForwardAsync ( ) : System.Threading.Tasks.Task
RemovePage ( IWizardPage page ) : void
SaveAsync ( ) : System.Threading.Tasks.Task
ShowHelpAsync ( ) : System.Threading.Tasks.Task

Méthodes protégées

Méthode Description
SetCurrentPage ( int newIndex ) : IWizardPage
WizardBase ( ITypeFactory typeFactory ) : System

Private Methods

Méthode Description
OnPageViewModelChanged ( object sender, ViewModelChangedEventArgs e ) : void
OnPageViewModelPropertyChanged ( object sender, PropertyChangedEventArgs e ) : void
UpdatePageNumbers ( ) : void

Method Details

CancelAsync() public méthode

public CancelAsync ( ) : System.Threading.Tasks.Task
Résultat System.Threading.Tasks.Task

InsertPage() public méthode

public InsertPage ( int index, IWizardPage page ) : void
index int
page IWizardPage
Résultat void

MoveBackAsync() public méthode

public MoveBackAsync ( ) : System.Threading.Tasks.Task
Résultat System.Threading.Tasks.Task

MoveForwardAsync() public méthode

public MoveForwardAsync ( ) : System.Threading.Tasks.Task
Résultat System.Threading.Tasks.Task

RemovePage() public méthode

public RemovePage ( IWizardPage page ) : void
page IWizardPage
Résultat void

SaveAsync() public méthode

public SaveAsync ( ) : System.Threading.Tasks.Task
Résultat System.Threading.Tasks.Task

SetCurrentPage() protected méthode

protected SetCurrentPage ( int newIndex ) : IWizardPage
newIndex int
Résultat IWizardPage

ShowHelpAsync() public méthode

public ShowHelpAsync ( ) : System.Threading.Tasks.Task
Résultat System.Threading.Tasks.Task

WizardBase() protected méthode

protected WizardBase ( ITypeFactory typeFactory ) : System
typeFactory ITypeFactory
Résultat System