GeoBlazor Pro
dymaptic.GeoBlazor.Pro
dymaptic.GeoBlazor.Pro.Model
InputBase Class
An array of field or group inputs that make up the BatchAttributeForm. ArcGIS Maps SDK for JavaScript
public abstract record InputBase : System.IEquatable<dymaptic.GeoBlazor.Pro.Model.InputBase>
Inheritance System.Object 🡒 InputBase
Derived
↳ FieldInput
↳ GroupInput
Implements System.IEquatable<InputBase>
Properties
InputBase.ExistsInAllLayers Property
public System.Nullable<bool> ExistsInAllLayers { get; init; }
Property Value
System.Nullable<System.Boolean>
InputBase.Type Property
Identifies the type of input.
public abstract dymaptic.GeoBlazor.Pro.Enums.InputType Type { get; }