Search Results for

    Show / Hide Table of Contents

    Interface IVehicleTypeRepository

    Interface for VehicleType DB functions

    Namespace: Simplic.Logistics.Vehicle
    Assembly: Simplic.Logistics.Vehicle.dll
    Syntax
    public interface IVehicleTypeRepository

    Methods

    | Improve this Doc View Source

    Get(Guid)

    Gets a VehicleType

    Declaration
    VehicleType Get(Guid id)
    Parameters
    Type Name Description
    System.Guid id
    Returns
    Type Description
    VehicleType
    | Improve this Doc View Source

    GetAll()

    Gets all VehicleTypes

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

    GetAllForCleanings()

    Gets all VehicleTypes that are selectable in a cleaning

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