dymaptic.GeoBlazor.Core
dymaptic.GeoBlazor.Core.Model
PortalHubEvents Class
Represents the events configuration for Hub.
public class PortalHubEvents :
System.IEquatable<dymaptic.GeoBlazor.Core.Model.PortalHubEvents>
Inheritance System.Object 🡒 PortalHubEvents
Implements System.IEquatable<PortalHubEvents>
Constructors
PortalHubEvents() Constructor
public PortalHubEvents();
Properties
PortalHubEvents.PublicViewId Property
Gets or sets the public view ID for events.
public string? PublicViewId { get; set; }
Property Value
PortalHubEvents.ServiceId Property
Gets or sets the service ID for events.
public string? ServiceId { get; set; }