GeoBlazor Pro

dymaptic.GeoBlazor.Pro

dymaptic.GeoBlazor.Pro.Model

FeatureFormFieldInput Class

This is a read-only support class that represents a field’s input. ArcGIS Maps SDK for JavaScript

public record FeatureFormFieldInput : dymaptic.GeoBlazor.Pro.Model.FeatureFormInputBase, dymaptic.GeoBlazor.Core.Interfaces.IFeatureFormEditableInput, dymaptic.GeoBlazor.Core.Interfaces.IFeatureFormGroupInputInputs, dymaptic.GeoBlazor.Core.Interfaces.IFeatureFormViewModelInputs, System.IEquatable<dymaptic.GeoBlazor.Pro.Model.FeatureFormFieldInput>

Inheritance System.Object 🡒 FeatureFormInputBase 🡒 FeatureFormFieldInput

Implements IFeatureFormEditableInput, IFeatureFormGroupInputInputs, IFeatureFormViewModelInputs, System.IEquatable<FeatureFormFieldInput>

Constructors

FeatureFormFieldInput(Nullable) Constructor

This is a read-only support class that represents a field’s input. ArcGIS Maps SDK for JavaScript

public FeatureFormFieldInput(System.Nullable<bool> Required=null);

Parameters

Required System.Nullable<System.Boolean>

Indicates whether the field is required. ArcGIS Maps SDK for JavaScript

Properties

FeatureFormFieldInput.Required Property

Indicates whether the field is required. ArcGIS Maps SDK for JavaScript

public System.Nullable<bool> Required { get; init; }

Property Value

System.Nullable<System.Boolean>

FeatureFormFieldInput.Type Property

Identifies the type of input.

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

Property Value

FeatureFormInputType