GeoBlazor Pro

dymaptic.GeoBlazor.Pro

dymaptic.GeoBlazor.Pro.Model

FieldInput Class

This is a read-only support class that represents a field input in a BatchAttributeForm.

public record FieldInput : dymaptic.GeoBlazor.Pro.Model.InputBase, dymaptic.GeoBlazor.Pro.Interfaces.IEditableInput, System.IEquatable<dymaptic.GeoBlazor.Pro.Model.FieldInput>

Inheritance System.Object 🡒 InputBase 🡒 FieldInput

Implements IEditableInput, System.IEquatable<FieldInput>

Constructors

FieldInput() Constructor

public FieldInput();

Properties

FieldInput.Editable Property

public System.Nullable<bool> Editable { get; }

Implements Editable

Property Value

System.Nullable<System.Boolean>

FieldInput.EditType Property

The type of editable input

public System.Nullable<dymaptic.GeoBlazor.Pro.Enums.EditType> EditType { get; set; }

Implements EditType

Property Value

System.Nullable<EditType>

FieldInput.Type Property

Identifies the type of input.

public override dymaptic.GeoBlazor.Pro.Enums.InputType Type { get; }

Property Value

InputType