dymaptic.GeoBlazor.Core

dymaptic.GeoBlazor.Core.Components

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 dymaptic.GeoBlazor.Core.Enums.DynamicDataSourceType Type { get; }

Property Value

DynamicDataSourceType