Table of Contents

Class Area

Namespace
XENBIT.ResQueServe.Core.Models
Assembly
RQS.Core.dll
public record Area : IArea, IEquatable<Area>
Inheritance
Area
Implements
Inherited Members

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.

public 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.

public required IAddressDistrict District { get; set; }

Property Value

IAddressDistrict

Id

public 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).

public int Increase { get; set; }

Property Value

int