dymaptic.GeoBlazor.Pro

dymaptic.GeoBlazor.Pro.Model

FeatureTemplatePrototype Class

Prototype attribute bag for a feature template returned by a Feature Service layer.

public record FeatureTemplatePrototype : System.IEquatable<dymaptic.GeoBlazor.Pro.Model.FeatureTemplatePrototype>

Inheritance System.Object 🡒 FeatureTemplatePrototype

Implements System.IEquatable<FeatureTemplatePrototype>

Constructors

FeatureTemplatePrototype(IReadOnlyDictionary<string,object>) Constructor

Prototype attribute bag for a feature template returned by a Feature Service layer.

public FeatureTemplatePrototype(System.Collections.Generic.IReadOnlyDictionary<string,object?>? Attributes=null);

Parameters

Attributes System.Collections.Generic.IReadOnlyDictionary<System.String,System.Object>

Properties

FeatureTemplatePrototype.Attributes Property

public System.Collections.Generic.IReadOnlyDictionary<string,object?>? Attributes { get; init; }

Property Value

System.Collections.Generic.IReadOnlyDictionary<System.String,System.Object>