dymaptic.GeoBlazor.Core
dymaptic.GeoBlazor.Core.Model
PortalHub Class
Represents the Hub configuration for the organization.
public class PortalHub :
System.IEquatable<dymaptic.GeoBlazor.Core.Model.PortalHub>
Inheritance System.Object 🡒 PortalHub
Implements System.IEquatable<PortalHub>
Constructors
PortalHub() Constructor
public PortalHub();
Properties
PortalHub.Enabled Property
Gets or sets whether Hub is enabled for the organization.
public bool Enabled { get; set; }
Property Value
PortalHub.Settings Property
Gets or sets the settings for Hub.
public dymaptic.GeoBlazor.Core.Model.PortalHubSettings? Settings { get; set; }