Search Results for

    Show / Hide Table of Contents

    Class LastMovement

    Class to represent the last movement of a vehilce.

    Inheritance
    System.Object
    LastMovement
    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 class LastMovement

    Properties

    | Improve this Doc View Source

    DateTime

    Gets or sets the date time.

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

    DriverGuid

    Gets or sets the employment Guid of the current driver.

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

    Latitude

    Gets or sets the latitude.

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

    Longitude

    GEts or sets the longitude.

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

    VehicleId

    Gets or sets the vehicle id.

    The vehilce id is the primary key for this object.

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