Skip to main content

Definition

Assembly: CloudNimble.BlazorEssentials.dll Namespace: CloudNimble.BlazorEssentials.Merlin Inheritance: Microsoft.AspNetCore.Components.ComponentBase

Syntax

CloudNimble.BlazorEssentials.Merlin.Wizard

Constructors

.ctor

Syntax

public Wizard()

Properties

ContainerTemplate

Syntax

public Microsoft.AspNetCore.Components.RenderFragment<Microsoft.AspNetCore.Components.RenderFragment> ContainerTemplate { get; set; }

Property Value

Type: Microsoft.AspNetCore.Components.RenderFragment<Microsoft.AspNetCore.Components.RenderFragment>

CurrentPane

Syntax

public CloudNimble.BlazorEssentials.Merlin.WizardPane CurrentPane { get; set; }

Property Value

Type: CloudNimble.BlazorEssentials.Merlin.WizardPane

FooterTemplate

Syntax

public Microsoft.AspNetCore.Components.RenderFragment FooterTemplate { get; set; }

Property Value

Type: Microsoft.AspNetCore.Components.RenderFragment

HeaderTemplate

Syntax

public Microsoft.AspNetCore.Components.RenderFragment HeaderTemplate { get; set; }

Property Value

Type: Microsoft.AspNetCore.Components.RenderFragment

IsBackEnabled

Syntax

public bool IsBackEnabled { get; }

Property Value

Type: bool

IsFinishVisible

Syntax

public bool IsFinishVisible { get; }

Property Value

Type: bool

IsNextEnabled

Syntax

public bool IsNextEnabled { get; }

Property Value

Type: bool

IsNextVisible

Syntax

public bool IsNextVisible { get; }

Property Value

Type: bool

IsOperationStartVisible

Syntax

public bool IsOperationStartVisible { get; }

Property Value

Type: bool

Operation

Syntax

public CloudNimble.BlazorEssentials.Merlin.Operation Operation { get; set; }

Property Value

Type: CloudNimble.BlazorEssentials.Merlin.Operation

Panes

Syntax

public System.Collections.Generic.List<CloudNimble.BlazorEssentials.Merlin.WizardPane> Panes { get; private set; }

Property Value

Type: System.Collections.Generic.List<CloudNimble.BlazorEssentials.Merlin.WizardPane>

PanesContent

Syntax

public Microsoft.AspNetCore.Components.RenderFragment PanesContent { get; set; }

Property Value

Type: Microsoft.AspNetCore.Components.RenderFragment

Title

Syntax

public string Title { get; set; }

Property Value

Type: string

Methods

Back

Syntax

public System.Threading.Tasks.Task Back()

Returns

Type: System.Threading.Tasks.Task

Next

Syntax

public System.Threading.Tasks.Task Next()

Returns

Type: System.Threading.Tasks.Task

Reset

Syntax

public System.Threading.Tasks.Task Reset(bool clearPanes = false)

Parameters

NameTypeDescription
clearPanesbool-

Returns

Type: System.Threading.Tasks.Task

StartOperation

Syntax

public System.Threading.Tasks.Task StartOperation()

Returns

Type: System.Threading.Tasks.Task
  • System.IDisposable