Search Results for

    Show / Hide Table of Contents

    Class TelematicQueueItem

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

    Properties

    | Improve this Doc View Source

    ContextDataId

    Gets or sets the ContextDataId

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

    Createtime

    Gets or sets the Createtime

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

    FunctionSystemId

    Gets oe sets the FunctionSystemId

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

    Guid

    Gets or sets the Guid

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

    PayLoad

    Gets or set the PayLoad

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

    Status

    Gets or sets the Status

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

    UpdateTime

    Gets or sets the UpdateTime

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

    VehicleId

    Gets or sets the optional 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