Search Results for

    Show / Hide Table of Contents

    Class Driver

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

    Properties

    | Improve this Doc View Source

    AllocationDate

    Gets or sets the Allocation Date

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

    AllocationTime

    Gets or sets the Allocation Time

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

    ContactId

    Gets or sets the contact Id of the driver

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

    DeallocationDate

    Gets or sets the Deallocation Date

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

    DeallocationTime

    Gets or sets the Deallocation Time

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

    DriverGuid

    Gets or sets the id of the driver

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

    FriendlyName

    Gets or sets the friendly name of the driver

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

    Id

    Gets or sets the id of the driver

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

    VehicleGuid

    Gets or sets the id of the vehicle the driver is assigned to

    Declaration
    public Guid VehicleGuid { 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