Table of Contents

Interface IKeywordEquipment

Namespace
XENBIT.ResQueServe.Abstractions.Interfaces
Assembly
RQS.Abstractions.dll

Represents a specific type of equipment associated with a keyword, detailing the quantity needed and the type of equipment. This record is used to manage equipment requirements for specific emergency scenarios as specified by keywords.

public interface IKeywordEquipment

Properties

Amount

The amount of this equipment type required for the associated emergency scenario.

int Amount { get; set; }

Property Value

int

Equipment

The type of equipment required, represented as an enum of UnitEquipment.

UnitEquipment Equipment { get; set; }

Property Value

UnitEquipment

Id

long Id { get; set; }

Property Value

long