dymaptic.GeoBlazor.Core

dymaptic.GeoBlazor.Core.Model

PortalOpenDataSettings Class

Represents the settings for Open Data.

public class PortalOpenDataSettings :
System.IEquatable<dymaptic.GeoBlazor.Core.Model.PortalOpenDataSettings>

Inheritance System.Object 🡒 PortalOpenDataSettings

Implements System.IEquatable<PortalOpenDataSettings>

Constructors

PortalOpenDataSettings() Constructor

public PortalOpenDataSettings();

Properties

PortalOpenDataSettings.AppVersion Property

Gets or sets the version of the Open Data application.

public string? AppVersion { get; set; }

Property Value

System.String

PortalOpenDataSettings.Migrations Property

Gets or sets the migration settings for Open Data.

public dymaptic.GeoBlazor.Core.Model.PortalOpenDataMigrations? Migrations { get; set; }

Property Value

PortalOpenDataMigrations