dymaptic.GeoBlazor.Core
dymaptic.GeoBlazor.Core.Model
PortalHubSettings Class
Represents the settings for Hub.
public class PortalHubSettings :
System.IEquatable<dymaptic.GeoBlazor.Core.Model.PortalHubSettings>
Inheritance System.Object š” PortalHubSettings
Implements System.IEquatable<PortalHubSettings>
Constructors
PortalHubSettings() Constructor
public PortalHubSettings();
Properties
PortalHubSettings.CommunityOrg Property
Gets or sets the community organization configuration.
public dymaptic.GeoBlazor.Core.Model.PortalHubCommunityOrg? CommunityOrg { get; set; }
Property Value
PortalHubSettings.Events Property
Gets or sets the events configuration.
public dymaptic.GeoBlazor.Core.Model.PortalHubEvents? Events { get; set; }
Property Value
PortalHubSettings.OrgType Property
Gets or sets the organization type, e.g., āenterpriseā.
public string? OrgType { get; set; }