Table of Contents

Interface IArea

Namespace
XENBIT.ResQueServe.Abstractions.Interfaces
Assembly
RQS.Abstractions.dll
public interface IArea

Properties

DispatchGroups

A list of group identifiers used for suggesting appropriate response units for incidents within this area. The groups listed here should match those specified in Unit.DispatchGroups and Keyword.DispatchGroups to ensure correct unit dispatch.

string? DispatchGroups { get; set; }

Property Value

string

District

The district this area is responsible for. This is used to map addresses to specific dispatch areas.

IAddressDistrict District { get; set; }

Property Value

IAddressDistrict

Id

long Id { get; set; }

Property Value

long

Increase

Indicates how many more or fewer emergencies should be generated for this area compared to other areas. Adjusting this value can help balance the workload across different districts. (1 default / normal, e.g. 50 much more emergencies in this area).

int Increase { get; set; }

Property Value

int