GeoBlazor Pro
dymaptic.GeoBlazor.Pro
dymaptic.GeoBlazor.Pro.Model
InputBase Class
<a target=”_blank” href=”https://docs.geoblazor.com/pages/classes/dymaptic.GeoBlazor.Pro.Model.InputBase.html”>GeoBlazor Docs</a> The field inputs contained within the group. <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-FeatureForm-GroupInput.html#inputs”>ArcGIS Maps SDK for JavaScript</a>
public abstract record InputBase : System.IEquatable<dymaptic.GeoBlazor.Pro.Model.InputBase>
Inheritance System.Object 🡒 InputBase
Derived
↳ FieldInput
↳ GroupInput
↳ RelationshipInput
↳ UtilityNetworkAssociationInput
Implements System.IEquatable<InputBase>
Properties
InputBase.Type Property
Identifies the type of input.
public abstract dymaptic.GeoBlazor.Pro.Enums.InputType Type { get; }