GeoBlazor Pro


layout: pro title: FeatureFormSubmitEvent parent: Pro Classes grand_parent: GeoBlazor Pro —

dymaptic.GeoBlazor.Pro

dymaptic.GeoBlazor.Pro.Components.Widgets

FeatureFormSubmitEvent Class

The event object for a OnSubmit event.

public class FeatureFormSubmitEvent :
System.IEquatable<dymaptic.GeoBlazor.Pro.Components.Widgets.FeatureFormSubmitEvent>

Inheritance System.Object 🡒 FeatureFormSubmitEvent

Implements System.IEquatable<FeatureFormSubmitEvent>

Constructors

FeatureFormSubmitEvent(string[], string[], AttributesDictionary) Constructor

The event object for a OnSubmit event.

public FeatureFormSubmitEvent(string[] Valid, string[] Invalid, dymaptic.GeoBlazor.Core.Objects.AttributesDictionary Values);

Parameters

Valid System.String[]

The valid field names.

Invalid System.String[]

The invalid field names.

Values dymaptic.GeoBlazor.Core.Objects.AttributesDictionary

An object of key-value pairs of field names with all of their values, regardless of whether or not they were updated.

Properties

FeatureFormSubmitEvent.Invalid Property

The invalid field names.

public string[] Invalid { get; set; }

Property Value

System.String[]

FeatureFormSubmitEvent.Valid Property

The valid field names.

public string[] Valid { get; set; }

Property Value

System.String[]

FeatureFormSubmitEvent.Values Property

An object of key-value pairs of field names with all of their values, regardless of whether or not they were updated.

public dymaptic.GeoBlazor.Core.Objects.AttributesDictionary Values { get; set; }

Property Value

dymaptic.GeoBlazor.Core.Objects.AttributesDictionary