Search Results for

    Show / Hide Table of Contents

    Interface IDtcoWeekRestActivityInfoRepository

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

    Methods

    | Improve this Doc View Source

    GetForWeeklyRestTime(Guid)

    Gets all dtco week rest activity infos for a weekly rest time

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

    The guid of a weekly rest time

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

    An enumerable of DtcoWeekRestActivityInfo instances

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