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
OperationId
Guid OperationId { get; init; }
Property Value
Resource
IUnitResource Resource { get; init; }
Property Value
RouteTimeToTarget
Gets or sets the estimated time required for the resource to reach the target.
TimeSpan? RouteTimeToTarget { get; init; }