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

PortalHubCommunityOrg

PortalHubSettings.Events Property

Gets or sets the events configuration.

public dymaptic.GeoBlazor.Core.Model.PortalHubEvents? Events { get; set; }

Property Value

PortalHubEvents

PortalHubSettings.OrgType Property

Gets or sets the organization type, e.g., ā€œenterpriseā€.

public string? OrgType { get; set; }

Property Value

System.String