Interface IDispatchCenterInfo
- Namespace
- XENBIT.ResQueServe.Abstractions.Interfaces
- Assembly
- RQS.Abstractions.dll
public interface IDispatchCenterInfo
Properties
Category
The category of the command center, which helps classify the center according to its primary function or operational scope.
DispatchCenterCategory Category { get; set; }
Property Value
ChangedOn
The date and time when the command center was last modified.
DateTimeOffset? ChangedOn { get; init; }
Property Value
Country
The country where the dispatch center is located.
Country? Country { get; }
Property Value
HeaderImageId
The identifier for the header image of the command center, used for display purposes in interfaces.
Guid? HeaderImageId { get; set; }
Property Value
- Guid?
Id
This is the dpcId (Dispatch Center ID).
long Id { get; set; }
Property Value
Name
The name of the command center. This field may be null if the name has not been set.
string Name { get; set; }
Property Value
RecentlyActiveUsers
The amount of recently active users.
int RecentlyActiveUsers { get; init; }