Search Results for

    Show / Hide Table of Contents

    Class VEHICLE

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

    Properties

    | Improve this Doc View Source

    CHASSIS

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

    FLEETVEHICLE

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

    GROUPVEHICLE

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

    HasDispoPilot

    Checks whether this vehicle has a dispo pilot installed.

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

    Id

    Gets the Inoid of the vehicle as a long.

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

    inoid

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

    REGISTRATIONDATE

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

    TELEMATICGROUP

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

    TELEMATICGROUPSpecified

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

    TmConfigId

    Gets the TM config id from the vehicle's properties.

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

    TmConfigIdAsLong

    Gets the TM config id from the vehicle's properties as long.

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

    VEHICLEHARDWARE

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

    VEHICLEPROPERTIES

    Declaration
    public PropertyType[] VEHICLEPROPERTIES { get; set; }
    Property Value
    Type Description
    PropertyType[]

    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