Search Results for

    Show / Hide Table of Contents

    Class DtcoObject

    Inheritance
    System.Object
    DtcoObject
    DtcoActicity
    DtcoDailyDrivingTime
    DtcoDailyRestForDrivingTime
    DtcoDailyRestTime
    DtcoDailyWorkTime
    DtcoDetectedReducedWeeklyRestsToCompensate
    DtcoDoubleWeekDrivingTime
    DtcoDrivingPauseTime
    DtcoWeeklyDrivingTime
    DtcoWeeklyRestTime
    DtcoWeeklyWorkTime
    DtcoWeekRestActivityInfo
    DtcoWorkingPauseTime
    Inherited Members
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    Namespace: Simplic.Telematic.Core
    Assembly: Simplic.Telematic.Core.dll
    Syntax
    public abstract class DtcoObject

    Properties

    | Improve this Doc View Source

    EmploymentId

    Gets or sets the employment id

    Declaration
    public Guid EmploymentId { get; set; }
    Property Value
    Type Description
    System.Guid
    | Improve this Doc View Source

    ExternalDriverId

    Gets or sets the external id

    Declaration
    public string ExternalDriverId { get; set; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    Guid

    Gets or sets the guid

    Declaration
    public Guid Guid { get; set; }
    Property Value
    Type Description
    System.Guid
    | Improve this Doc View Source

    StartDate

    Gets or sets the start date

    Declaration
    public DateTime StartDate { get; set; }
    Property Value
    Type Description
    System.DateTime
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2018 SIMPLIC GmbH
    Generated by DocFx