layout: default title: DynamicDataSource parent: Core Classes —
dymaptic.GeoBlazor.Core
dymaptic.GeoBlazor.Core.Components.Layers
DynamicDataSource Class
Abstract base class for data sources in a dynamic data layer.
public abstract class DynamicDataSource : dymaptic.GeoBlazor.Core.Components.MapComponent
Inheritance System.Object 🡒 Microsoft.AspNetCore.Components.ComponentBase 🡒 MapComponent 🡒 DynamicDataSource
Derived
↳ JoinTableDataSource
↳ QueryTableDataSource
↳ RasterDataSource
↳ TableDataSource
Properties
DynamicDataSource.Type Property
The name of the data source type.
public abstract string Type { get; }