Search Results for

    Show / Hide Table of Contents

    Interface IDtcoDetectedReducedWeeklyRestsToCompensateRepository

    Inherited Members
    IDtcoRepository<DtcoDetectedReducedWeeklyRestsToCompensate>.Get(Guid)
    IDtcoRepository<DtcoDetectedReducedWeeklyRestsToCompensate>.GetLastForEmployment(Guid)
    IDtcoRepository<DtcoDetectedReducedWeeklyRestsToCompensate>.GetAtTimeForDriver(DateTime, Guid)
    IDtcoRepository<DtcoDetectedReducedWeeklyRestsToCompensate>.GetAllForDriver(Guid)
    IDtcoRepository<DtcoDetectedReducedWeeklyRestsToCompensate>.Save(DtcoDetectedReducedWeeklyRestsToCompensate)
    Namespace: Simplic.Telematic.Core
    Assembly: Simplic.Telematic.Core.dll
    Syntax
    public interface IDtcoDetectedReducedWeeklyRestsToCompensateRepository : IDtcoRepository<DtcoDetectedReducedWeeklyRestsToCompensate>

    Methods

    | Improve this Doc View Source

    GetForWeeklyRestTime(Guid)

    Gets all detected reduced weekly rest times for a weekly rest time

    Declaration
    IEnumerable<DtcoDetectedReducedWeeklyRestsToCompensate> GetForWeeklyRestTime(Guid weeklyRestTimeId)
    Parameters
    Type Name Description
    System.Guid weeklyRestTimeId

    The guid of the weejly rest time

    Returns
    Type Description
    System.Collections.Generic.IEnumerable<DtcoDetectedReducedWeeklyRestsToCompensate>

    An enumerable of DtcoDetectedReducedWeeklyRestsToCompensate instances

    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2018 SIMPLIC GmbH
    Generated by DocFx