GeoBlazor Pro
dymaptic.GeoBlazor.Pro
dymaptic.GeoBlazor.Pro.Events
FeatureFormSubmitEvent Class
Event result type for the FeatureFormWidget.OnSubmit event.
public class FeatureFormSubmitEvent :
System.IEquatable<dymaptic.GeoBlazor.Pro.Events.FeatureFormSubmitEvent>
Inheritance System.Object 🡒 FeatureFormSubmitEvent
Implements System.IEquatable<FeatureFormSubmitEvent>
Constructors
FeatureFormSubmitEvent(IReadOnlyCollection, IReadOnlyCollection, Dictionary<string,object>) Constructor
Event result type for the FeatureFormWidget.OnSubmit event.
public FeatureFormSubmitEvent(System.Collections.Generic.IReadOnlyCollection<string> Valid, System.Collections.Generic.IReadOnlyCollection<string> Invalid, System.Collections.Generic.Dictionary<string,object?> Values);
Parameters
Valid
System.Collections.Generic.IReadOnlyCollection<System.String>
Invalid
System.Collections.Generic.IReadOnlyCollection<System.String>
Values
System.Collections.Generic.Dictionary<System.String,System.Object>
Properties
FeatureFormSubmitEvent.Invalid Property
public System.Collections.Generic.IReadOnlyCollection<string> Invalid { get; set; }
Property Value
System.Collections.Generic.IReadOnlyCollection<System.String>
FeatureFormSubmitEvent.Valid Property
public System.Collections.Generic.IReadOnlyCollection<string> Valid { get; set; }
Property Value
System.Collections.Generic.IReadOnlyCollection<System.String>
FeatureFormSubmitEvent.Values Property
public System.Collections.Generic.Dictionary<string,object?> Values { get; set; }
Property Value
System.Collections.Generic.Dictionary<System.String,System.Object>