Search Results for

    Show / Hide Table of Contents

    Class TelematicTripSnapshot

    Represents a trip snapshot from a vehicle

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

    Properties

    | Improve this Doc View Source

    City

    Gets or sets the current city

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

    Country

    Gets or sets the current country

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

    CurrentDate

    Gets or sets the date of the snapshot

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

    CurrentDateTime

    Gets the current datetime

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

    CurrentTime

    Gets or sets the time of the snapshot

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

    EmploymentId

    Gets or sets the EmploymentId

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

    ExternVehicleGuidId

    Gets or sets the extern vehicle id, if it is a guid

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

    ExternVehicleIntId

    Gets or sets the extern vehicle id, if it is an interger

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

    ExternVehicleStrId

    Gets or sets the extern vehicle id, if it is a string

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

    Ident

    Gets or sets the unique id of the trip snapshot

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

    IsoCountry

    Gets or sets the current iso country code

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

    Latitude

    Gets or sets the latitude of the vehicle

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

    Longitude

    Gets or sets the longitude of the vehicle

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

    MessageType

    Gets or sets the message time

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

    Odometer

    Gets or sets the odometer amount

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

    Speed

    Gets or sets the current vehicle speed

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

    Street

    Gets or sets the current street

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

    TelematicSystem

    Gets or sets the telematic system type

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

    TelematicSystemId

    Gets or sets the current telematic system id

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

    VehicleId

    Gets or sets the vehicle id

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

    ZipCode

    Gets or sets the current zipcode

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