Table of Contents

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

DispatchCenterCategory

ChangedOn

The date and time when the command center was last modified.

DateTimeOffset? ChangedOn { get; init; }

Property Value

DateTimeOffset?

Country

The country where the dispatch center is located.

Country? Country { get; }

Property Value

Country?

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

long

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

string

RecentlyActiveUsers

The amount of recently active users.

int RecentlyActiveUsers { get; init; }

Property Value

int