Class RadioGroup
- Namespace
- XENBIT.ResQueServe.Core.Models
- Assembly
- RQS.Core.dll
public record RadioGroup : IRadioGroup, IRadioGroupInfo, IEquatable<RadioGroup>
- Inheritance
-
RadioGroup
- Implements
- Inherited Members
Properties
DispatchCallsign
The callsign of the dispatch center associated with the radio group. Units will use this callsign to talk to the dispatch center.
public string? DispatchCallsign { get; set; }
Property Value
Id
public long Id { get; set; }
Property Value
IsExternalCallGroup
Indicates whether the radio group is the "first call" radio group for external units. Only one is allowed per dispatch center.
public bool IsExternalCallGroup { get; set; }
Property Value
Name
The name of the radio group.
public required string Name { get; set; }
Property Value
Methods
ToString()
Returns a string that represents the current object.
public override string ToString()
Returns
- string
A string that represents the current object.