Search Results for

    Show / Hide Table of Contents

    Class DtcoWeekRestActivityInfo

    Inheritance
    System.Object
    DtcoObject
    DtcoWeekRestActivityInfo
    Inherited Members
    DtcoObject.Guid
    DtcoObject.EmploymentId
    DtcoObject.ExternalDriverId
    DtcoObject.StartDate
    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 class DtcoWeekRestActivityInfo : DtcoObject

    Properties

    | Improve this Doc View Source

    Description

    Gets or sets the description

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

    Duration

    Gets or sets the duration

    Declaration
    public DtcoDate Duration { get; set; }
    Property Value
    Type Description
    DtcoDate
    | Improve this Doc View Source

    EndDateTime

    Gets or sets the end date time

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

    StartDateTime

    Gets or sets the start date time

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

    WeeklyRestTimeId

    Gets or sets the weekly rest time id

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