Search Results for

    Show / Hide Table of Contents

    Interface TelematicTripSnapshotSavedEvent

    Represents a trip snapshot from a vehicle

    Namespace: Simplic.Logistics.SchemaRegistry
    Assembly: Simplic.Logistics.SchemaRegistry.dll
    Syntax
    public interface TelematicTripSnapshotSavedEvent

    Properties

    | Improve this Doc View Source

    City

    Gets or sets the current city

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

    Country

    Gets or sets the current country

    Declaration
    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
    DateTime CurrentDate { get; set; }
    Property Value
    Type Description
    System.DateTime
    | Improve this Doc View Source

    CurrentDateTime

    Gets the current datetime

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

    CurrentTime

    Gets or sets the time of the snapshot

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

    EmploymentId

    Gets or sets the EmploymentId

    Declaration
    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
    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
    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
    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
    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
    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
    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
    double Longitude { get; set; }
    Property Value
    Type Description
    System.Double
    | Improve this Doc View Source

    MessageType

    Gets or sets the message time

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

    Odometer

    Gets or sets the odometer amount

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

    Speed

    Gets or sets the current vehicle speed

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

    Street

    Gets or sets the current street

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

    TelematicSystem

    Gets or sets the telematic system type

    Declaration
    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
    Guid TelematicSystemId { get; set; }
    Property Value
    Type Description
    System.Guid
    | Improve this Doc View Source

    VehicleId

    Gets or sets the vehicle id

    Declaration
    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
    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