Table of Contents

Class ModuleInstance

Namespace
Oqtane.UI
Assembly
Oqtane.Client.dll
public class ModuleInstance : ComponentBase
Inheritance
object
ComponentBase
ModuleInstance

Properties

PageState

[CascadingParameter]
protected PageState PageState { get; set; }

Property Value

PageState

Methods

AddModuleMessage(string, MessageType)

[Obsolete("AddModuleMessage is deprecated. Use AddModuleMessage in ModuleBase instead.", false)]
public void AddModuleMessage(string message, MessageType type)

Parameters

message string
type MessageType

AddModuleMessage(string, MessageType, string)

[Obsolete("AddModuleMessage is deprecated. Use ModuleBase.AddModuleMessage instead.", false)]
public void AddModuleMessage(string message, MessageType type, string position)

Parameters

message string
type MessageType
position string

BuildRenderTree(RenderTreeBuilder)

Renders the component to the supplied Microsoft.AspNetCore.Components.Rendering.RenderTreeBuilder.

protected override void BuildRenderTree(RenderTreeBuilder __builder)

Parameters

__builder RenderTreeBuilder

HideProgressIndicator()

[Obsolete("HideProgressIndicator is deprecated. Use HideProgressIndicator in ModuleBase instead.", false)]
public void HideProgressIndicator()

OnParametersSet()

Method invoked when the component has received parameters from its parent in the render tree, and the incoming values have been assigned to properties.

protected override void OnParametersSet()

ShowProgressIndicator()

[Obsolete("ShowProgressIndicator is deprecated. Use ShowProgressIndicator in ModuleBase instead.", false)]
public void ShowProgressIndicator()