Class WsSubscriber
- Namespace
- adas_core.Application.Subscriptions
- Assembly
- adas-core.Application.dll
Represents a WebSocket subscriber identified by a unique string identifier.
public class WsSubscriber
- Inheritance
-
WsSubscriber
- Inherited Members
- Extension Methods
Constructors
WsSubscriber(string)
Represents a WebSocket subscriber identified by a unique string identifier.
public WsSubscriber(string id)
Parameters
idstring
Fields
UserName
public string? UserName
Field Value
Properties
Box
public string? Box { get; set; }
Property Value
DisplayId
public ObjectId? DisplayId { get; set; }
Property Value
- ObjectId?
GroupedFields
public List<GroupedField>? GroupedFields { get; set; }
Property Value
Id
public string Id { get; set; }
Property Value
Locale
public LocaleEnum? Locale { get; set; }
Property Value
LocationIds
public List<ObjectId> LocationIds { get; set; }
Property Value
- List<ObjectId>
Locations
public List<PatientLocation> Locations { get; set; }
Property Value
Section
public string? Section { get; set; }
Property Value
SubscriptionType
public SubscriptionEnum.WsType? SubscriptionType { get; set; }
Property Value
Version
public string? Version { get; set; }