Table of Contents

Class KeywordEquipment

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

Properties

Amount

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

public int Amount { get; set; }

Property Value

int

Equipment

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

public UnitEquipment Equipment { get; set; }

Property Value

UnitEquipment

Id

public long Id { get; set; }

Property Value

long

Methods

ToString()

Returns a string that represents the current object.

public override string ToString()

Returns

string

A string that represents the current object.