dymaptic.GeoBlazor.Pro

dymaptic.GeoBlazor.Pro.Model

LayerMetadataTemplate Class

REST-shape feature template (name, description, drawing tool, prototype) returned by a Feature Service layer.

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

Inheritance System.Object 🡒 LayerMetadataTemplate

Implements System.IEquatable<LayerMetadataTemplate>

Constructors

LayerMetadataTemplate(string, string, string, FeatureTemplatePrototype) Constructor

REST-shape feature template (name, description, drawing tool, prototype) returned by a Feature Service layer.

public LayerMetadataTemplate(string? Name=null, string? Description=null, string? DrawingTool=null, dymaptic.GeoBlazor.Pro.Model.FeatureTemplatePrototype? Prototype=null);

Parameters

Name System.String

Description System.String

DrawingTool System.String

Prototype FeatureTemplatePrototype

Properties

LayerMetadataTemplate.Description Property

public string? Description { get; init; }

Property Value

System.String

LayerMetadataTemplate.DrawingTool Property

public string? DrawingTool { get; init; }

Property Value

System.String

LayerMetadataTemplate.Name Property

public string? Name { get; init; }

Property Value

System.String

LayerMetadataTemplate.Prototype Property

public dymaptic.GeoBlazor.Pro.Model.FeatureTemplatePrototype? Prototype { get; init; }

Property Value

FeatureTemplatePrototype