Search Results for

    Show / Hide Table of Contents

    Class TrailerEventMsg

    Inheritance
    System.Object
    TrailerEventMsg
    Implements
    System.ComponentModel.INotifyPropertyChanged
    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.FleetBoard.PosService
    Assembly: Simplic.Telematic.FleetBoard.dll
    Syntax
    [Serializable]
    public class TrailerEventMsg : INotifyPropertyChanged

    Properties

    | Improve this Doc View Source

    coupled

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

    coupledSpecified

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

    deviceTime

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

    driverNameId

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

    driverNameIdSpecified

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

    id

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

    ignitionOn

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

    ignitionOnSpecified

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

    inMotion

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

    inMotionSpecified

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

    isDoor1Open

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

    isDoor1OpenSpecified

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

    isDoor2Open

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

    isDoor2OpenSpecified

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

    isDoor3Open

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

    isDoor3OpenSpecified

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

    isDoor4Open

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

    isDoor4OpenSpecified

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

    ReasonDTO

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

    receiveTime

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

    receiveTimeSpecified

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

    TmInfoDTO

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

    trailerId

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

    TrailerPositionDTO

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

    vehicleId

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

    vehicleIdSpecified

    Declaration
    public bool vehicleIdSpecified { get; set; }
    Property Value
    Type Description
    System.Boolean

    Methods

    | Improve this Doc View Source

    RaisePropertyChanged(String)

    Declaration
    protected void RaisePropertyChanged(string propertyName)
    Parameters
    Type Name Description
    System.String propertyName

    Events

    | Improve this Doc View Source

    PropertyChanged

    Declaration
    public event PropertyChangedEventHandler PropertyChanged
    Event Type
    Type Description
    System.ComponentModel.PropertyChangedEventHandler

    Implements

    System.ComponentModel.INotifyPropertyChanged
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2018 SIMPLIC GmbH
    Generated by DocFx