Table of Contents

Class ResourceInformation

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

Constructors

ResourceInformation()

public ResourceInformation()

ResourceInformation(IUnitResource)

public ResourceInformation(IUnitResource resource)

Parameters

resource IUnitResource

Properties

Callsign

public string? Callsign { get; set; }

Property Value

string

CallsignShort

public string? CallsignShort { get; set; }

Property Value

string

Category

public string? Category { get; set; }

Property Value

string

CurrentOperation

public string? CurrentOperation { get; set; }

Property Value

string

CurrentOperationId

public Guid? CurrentOperationId { get; set; }

Property Value

Guid?

Destination

public string? Destination { get; set; }

Property Value

string

DispatchCounter

public int? DispatchCounter { get; set; }

Property Value

int?

Duty

public string? Duty { get; set; }

Property Value

string

DynamicPosition

public Coordinates? DynamicPosition { get; set; }

Property Value

Coordinates?

StaticPosition

public Coordinates? StaticPosition { get; set; }

Property Value

Coordinates?

Station

public string? Station { get; set; }

Property Value

string

SuggestionOn

public DateTimeOffset? SuggestionOn { get; set; }

Property Value

DateTimeOffset?

UnitId

public long? UnitId { get; set; }

Property Value

long?

UnitStatus

public UnitStatus? UnitStatus { get; set; }

Property Value

UnitStatus?

UnitStatusNonPersistent

public UnitStatusNonPersistent? UnitStatusNonPersistent { get; set; }

Property Value

UnitStatusNonPersistent?