Search Results for

    Show / Hide Table of Contents

    Class TelematicInQueueItem

    Class to represent a telematic in queue item

    Inheritance
    System.Object
    TelematicInQueueItem
    FleetBoardTelematicInQueueItem
    SpedionInQueueItem
    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 TelematicInQueueItem

    Properties

    | Improve this Doc View Source

    DailyMileage

    Gets or sets the DailyMileage

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

    ExternalId

    Gets or sets the External Id (Given fron the Telematic System)

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

    ExternVehicleId

    Gets or sets the ectern vehicle id

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

    Id

    Gets or sets the Id

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

    IsProcessed

    Gets or sets whether the item is processed

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

    JsonMessage

    Gets the entire recieved Message as Json object in a byte array

    Declaration
    public byte[] JsonMessage { get; set; }
    Property Value
    Type Description
    System.Byte[]
    | Improve this Doc View Source

    Message

    Gets or sets the Message

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

    MessageTime

    Gets or sets the MessageTime

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

    TelematicSystemId

    Gets or sets the TelematicSystemId

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

    TripSnapshot

    Gets or sets the TelematicTripSnapshot

    Declaration
    public TelematicTripSnapshot TripSnapshot { get; set; }
    Property Value
    Type Description
    TelematicTripSnapshot
    | 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
    In This Article
    Back to top Copyright © 2018 SIMPLIC GmbH
    Generated by DocFx