Table of Contents

Interface IPreselection

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

Represents a preselection of a resource for a potential dispatch operation, including route time and distance to the target.

public interface IPreselection

Properties

MetersToTarget

Gets or sets the estimated distance in meters for the resource to reach the target.

double? MetersToTarget { get; init; }

Property Value

double?

OperationId

Guid OperationId { get; init; }

Property Value

Guid

Resource

IUnitResource Resource { get; init; }

Property Value

IUnitResource

RouteTimeToTarget

Gets or sets the estimated time required for the resource to reach the target.

TimeSpan? RouteTimeToTarget { get; init; }

Property Value

TimeSpan?