Table of Contents

Class CalculationControlView

Namespace
The.Web.Shell
Assembly
Instagile.Web.Client.dll
public class CalculationControlView : ComponentBase, IComponent, IHandleEvent, IHandleAfterRender, IDisposable
Inheritance
CalculationControlView
Implements
Inherited Members

Properties

Exclude

[Parameter]
public IReadOnlyList<IEntityInfo>? Exclude { get; set; }

Property Value

IReadOnlyList<IEntityInfo>

Include

[Parameter]
public IReadOnlyList<IEntityInfo>? Include { get; set; }

Property Value

IReadOnlyList<IEntityInfo>

Methods

BuildRenderTree(RenderTreeBuilder)

Renders the component to the supplied RenderTreeBuilder.

protected override void BuildRenderTree(RenderTreeBuilder __builder)

Parameters

__builder RenderTreeBuilder

Dispose()

Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.

public void Dispose()