layout: default title: DynamicLayerField parent: Core Classes —

dymaptic.GeoBlazor.Core

dymaptic.GeoBlazor.Core.Components.Layers

DynamicLayerField Class

Defines fields that should be visible in the DynamicDataLayer

public class DynamicLayerField : dymaptic.GeoBlazor.Core.Components.MapComponent

Inheritance System.Object 🡒 Microsoft.AspNetCore.Components.ComponentBase 🡒 MapComponent 🡒 DynamicLayerField

Constructors

DynamicLayerField() Constructor

Parameterless constructor for use as a Razor component.

public DynamicLayerField();

DynamicLayerField(string, string) Constructor

Creates a new DynamicLayerField in code with parameters.

public DynamicLayerField(string name, string? alias=null);

Parameters

name System.String

The name of the field.

alias System.String

The alias of the field.

Properties

DynamicLayerField.Alias Property

The alias of the field.

public string? Alias { get; set; }

Property Value

System.String

DynamicLayerField.Name Property

The name of the field.

public string? Name { get; set; }

Property Value

System.String