Search Results for

    Show / Hide Table of Contents

    Interface IDtcoRepository<T>

    Namespace: Simplic.Telematic.Core
    Assembly: Simplic.Telematic.Core.dll
    Syntax
    public interface IDtcoRepository<T>
    Type Parameters
    Name Description
    T

    Methods

    | Improve this Doc View Source

    Get(Guid)

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

    GetAllForDriver(Guid)

    Declaration
    IEnumerable<T> GetAllForDriver(Guid employmentId)
    Parameters
    Type Name Description
    System.Guid employmentId
    Returns
    Type Description
    System.Collections.Generic.IEnumerable<T>
    | Improve this Doc View Source

    GetAtTimeForDriver(DateTime, Guid)

    Declaration
    T GetAtTimeForDriver(DateTime date, Guid employmentId)
    Parameters
    Type Name Description
    System.DateTime date
    System.Guid employmentId
    Returns
    Type Description
    T
    | Improve this Doc View Source

    GetLastForEmployment(Guid)

    Declaration
    T GetLastForEmployment(Guid employmentId)
    Parameters
    Type Name Description
    System.Guid employmentId
    Returns
    Type Description
    T
    | Improve this Doc View Source

    Save(T)

    Declaration
    bool Save(T obj)
    Parameters
    Type Name Description
    T obj
    Returns
    Type Description
    System.Boolean
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2018 SIMPLIC GmbH
    Generated by DocFx