Table of Contents

Class TestWizard

Namespace
The.WPF.Mocks
Assembly
Instagile.WPF.dll
public class TestWizard : WizardBaseBase<object>, INotifyPropertyChanged, IWizard<object>, IDisposable
Inheritance
WizardBaseBase<object>
TestWizard
Implements
Inherited Members
Extension Methods

Constructors

TestWizard(ISurface, Func<IWizardHost, Task<object>>)

public TestWizard(ISurface surface, Func<IWizardHost, Task<object>> run)

Parameters

surface ISurface
run Func<IWizardHost, Task<object>>

Properties

CurrentHost

public IWizardHost CurrentHost { get; }

Property Value

IWizardHost

Methods

RunWithHost(IWizardHost)

protected override Task<object> RunWithHost(IWizardHost host)

Parameters

host IWizardHost

Returns

Task<object>