GeoBlazor Pro

dymaptic.GeoBlazor.Pro

dymaptic.GeoBlazor.Pro.Model

GroupInput Class

This is a support class that represents a group of field inputs.
ArcGIS Maps SDK for JavaScript

public class GroupInput : dymaptic.GeoBlazor.Pro.Model.InputBase,
dymaptic.GeoBlazor.Core.Interfaces.IFeatureFormViewModelInputs,
System.IEquatable<dymaptic.GeoBlazor.Pro.Model.GroupInput>

Inheritance System.Object 🡒 InputBase 🡒 GroupInput

Implements dymaptic.GeoBlazor.Core.Interfaces.IFeatureFormViewModelInputs, System.IEquatable<GroupInput>

Constructors

GroupInput(string, IReadOnlyList, string, bool, Nullable) Constructor

This is a support class that represents a group of field inputs.
ArcGIS Maps SDK for JavaScript

public GroupInput(string Description, System.Collections.Generic.IReadOnlyList<dymaptic.GeoBlazor.Pro.Model.InputBase> Inputs, string Label, bool Visible, System.Nullable<bool> Open=null);

Parameters

Description System.String

The input’s description.
ArcGIS Maps SDK for JavaScript

Inputs System.Collections.Generic.IReadOnlyList<InputBase>

The field inputs contained within the group.
ArcGIS Maps SDK for JavaScript

Label System.String

The group’s label.
ArcGIS Maps SDK for JavaScript

Visible System.Boolean

The group’s visibility.
ArcGIS Maps SDK for JavaScript

Open System.Nullable<System.Boolean>

Indicates whether or not the group is open, ie.
ArcGIS Maps SDK for JavaScript

Properties

GroupInput.Description Property

The input’s description.
ArcGIS Maps SDK for JavaScript

public string Description { get; set; }

Property Value

System.String

GroupInput.Inputs Property

The field inputs contained within the group.
ArcGIS Maps SDK for JavaScript

public System.Collections.Generic.IReadOnlyList<dymaptic.GeoBlazor.Pro.Model.InputBase> Inputs { get; set; }

Property Value

System.Collections.Generic.IReadOnlyList<InputBase>

GroupInput.Label Property

The group’s label.
ArcGIS Maps SDK for JavaScript

public string Label { get; set; }

Property Value

System.String

GroupInput.Open Property

Indicates whether or not the group is open, ie.
ArcGIS Maps SDK for JavaScript

public System.Nullable<bool> Open { get; set; }

Property Value

System.Nullable<System.Boolean>

GroupInput.Type Property

Identifies the type of input.

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

Property Value

InputType

GroupInput.Visible Property

The group’s visibility.
ArcGIS Maps SDK for JavaScript

public bool Visible { get; set; }

Property Value

System.Boolean