Class DispatchCenterInfo
- Namespace
- XENBIT.ResQueServe.Core.Models
- Assembly
- RQS.Core.dll
public class DispatchCenterInfo : IDispatchCenterInfo
- Inheritance
-
DispatchCenterInfo
- Implements
- Inherited Members
Properties
Category
The category of the command center, which helps classify the center according to its primary function or operational scope.
public DispatchCenterCategory Category { get; set; }
Property Value
ChangedOn
The date and time when the command center was last modified.
public DateTimeOffset? ChangedOn { get; init; }
Property Value
Country
The country where the dispatch center is located.
public Country? Country { get; set; }
Property Value
HeaderImageId
The identifier for the header image of the command center, used for display purposes in interfaces.
public Guid? HeaderImageId { get; set; }
Property Value
- Guid?
Id
This is the dpcId (Dispatch Center ID).
public 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.
public required string Name { get; set; }
Property Value
RecentlyActiveUsers
The amount of recently active users.
public int RecentlyActiveUsers { get; init; }
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.