Search Results for

    Show / Hide Table of Contents

    Class DriverShift

    Represents a driver shift

    Inheritance
    System.Object
    DriverShift
    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.Logistics
    Assembly: Simplic.Logistics.dll
    Syntax
    public class DriverShift

    Properties

    | Improve this Doc View Source

    ActualEndDate

    Gets or sets the actual end date

    Declaration
    public DateTime? ActualEndDate { get; set; }
    Property Value
    Type Description
    System.Nullable<System.DateTime>
    | Improve this Doc View Source

    ActualEndTime

    Gets or sets the actual end time

    Declaration
    public TimeSpan? ActualEndTime { get; set; }
    Property Value
    Type Description
    System.Nullable<System.TimeSpan>
    | Improve this Doc View Source

    ActualStartDate

    Gets or sets the actual start date

    Declaration
    public DateTime? ActualStartDate { get; set; }
    Property Value
    Type Description
    System.Nullable<System.DateTime>
    | Improve this Doc View Source

    ActualStartTime

    Gets or sets the actual start time

    Declaration
    public TimeSpan? ActualStartTime { get; set; }
    Property Value
    Type Description
    System.Nullable<System.TimeSpan>
    | Improve this Doc View Source

    DriverId

    Gets or sets the driver id

    Declaration
    public Guid DriverId { get; set; }
    Property Value
    Type Description
    System.Guid
    | 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

    EndDate

    Gets or sets the planned end date

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

    EndTime

    Gets or sets the planned end time

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

    Guid

    Gets or sets the driver shift id

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

    StartDate

    Gets or sets the planned start date

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

    StartTime

    Gets or sets the planned start time

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

    TractorUnitId

    Gets or sets the tractor unit

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

    TrailerId

    Gets or sets the trailer id

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