Search Results for

    Show / Hide Table of Contents

    Interface IDriverRepository

    Namespace: Simplic.PlugIn.Logistics
    Assembly: Simplic.PlugIn.Logistics.dll
    Syntax
    public interface IDriverRepository

    Methods

    | Improve this Doc View Source

    AssignDriverToVehicle(Driver)

    Assings driver to vehicle

    Declaration
    bool AssignDriverToVehicle(Driver driver)
    Parameters
    Type Name Description
    Driver driver
    Returns
    Type Description
    System.Boolean
    | Improve this Doc View Source

    DeallocateDriver(Driver)

    Unassigns driver from vehicle

    Declaration
    bool DeallocateDriver(Driver driver)
    Parameters
    Type Name Description
    Driver driver
    Returns
    Type Description
    System.Boolean
    | Improve this Doc View Source

    GetAllAvailableDrivers()

    Gets all drivers available for a vehicle

    Declaration
    IEnumerable<Driver> GetAllAvailableDrivers()
    Returns
    Type Description
    System.Collections.Generic.IEnumerable<Driver>
    | Improve this Doc View Source

    GetDriversAssignedToVehicle(Guid)

    Gets all drivers assigned to vehicle

    Declaration
    IEnumerable<Driver> GetDriversAssignedToVehicle(Guid vehicleId)
    Parameters
    Type Name Description
    System.Guid vehicleId
    Returns
    Type Description
    System.Collections.Generic.IEnumerable<Driver>
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2018 SIMPLIC GmbH
    Generated by DocFx