Table of Contents

Class _BOBFieldHelper<TValue>

Namespace
BlazOrbit.Components
Assembly
BlazOrbit.dll
public class _BOBFieldHelper<TValue> : ComponentBase

Type Parameters

TValue
Inheritance
object
ComponentBase
_BOBFieldHelper<TValue>

Constructors

_BOBFieldHelper()

public _BOBFieldHelper()

Properties

EditContext

EditContext.

[Parameter]
public EditContext? EditContext { get; set; }

Property Value

EditContext

For

For.

[Parameter]
public Expression<Func<TValue>>? For { get; set; }

Property Value

Expression<Func<TValue>>

HelperText

Helper text displayed below the component for additional context.

[Parameter]
public string? HelperText { get; set; }

Property Value

string

Id

Unique identifier for the component.

[Parameter]
public string? Id { get; set; }

Property Value

string

ShowValidation

When true, the Validation is shown.

[Parameter]
public bool ShowValidation { get; set; }

Property Value

bool

Methods

BuildRenderTree(RenderTreeBuilder)

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

protected override void BuildRenderTree(RenderTreeBuilder __builder)

Parameters

__builder RenderTreeBuilder