Search Results for

    Show / Hide Table of Contents

    Interface IVehiclePlannerService

    Vehicle planner service

    Inherited Members
    IVehiclePlannerRepository.Save(IList<VehicleOperationalPlan>)
    IVehiclePlannerRepository.Get(DateTime)
    IVehiclePlannerRepository.Get(Guid, DateTime)
    IVehiclePlannerRepository.GetGuid(Guid, DateTime)
    IVehiclePlannerRepository.Get(Guid)
    Namespace: Simplic.Logistics
    Assembly: Simplic.Logistics.dll
    Syntax
    public interface IVehiclePlannerService : IVehiclePlannerRepository

    Methods

    | Improve this Doc View Source

    GetCurrentDriver(Guid, DateTime)

    Declaration
    Guid? GetCurrentDriver(Guid vehicleId, DateTime date)
    Parameters
    Type Name Description
    System.Guid vehicleId
    System.DateTime date
    Returns
    Type Description
    System.Nullable<System.Guid>
    | Improve this Doc View Source

    GetCurrentTrailer(Guid, DateTime)

    Declaration
    Guid? GetCurrentTrailer(Guid vehicleId, DateTime date)
    Parameters
    Type Name Description
    System.Guid vehicleId
    System.DateTime date
    Returns
    Type Description
    System.Nullable<System.Guid>
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2018 SIMPLIC GmbH
    Generated by DocFx