Class GetVehicleStatusDataResponseTypeVehicleStatusDataReportStatusData
Inheritance
System.Object
GetVehicleStatusDataResponseTypeVehicleStatusDataReportStatusData
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()
Assembly: Simplic.Telematic.FleetBoard.dll
Syntax
[Serializable]
public class GetVehicleStatusDataResponseTypeVehicleStatusDataReportStatusData : INotifyPropertyChanged
Properties
|
Improve this Doc
View Source
AdBlueLevel
Declaration
public string AdBlueLevel { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
AdBlueSeverity
Declaration
public adBlueSeverity AdBlueSeverity { get; set; }
Property Value
|
Improve this Doc
View Source
AdBlueSeveritySpecified
Declaration
public bool AdBlueSeveritySpecified { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
Declaration
public string AdditionalInformation { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
AirFilterCondition
Declaration
public airFilterType AirFilterCondition { get; set; }
Property Value
|
Improve this Doc
View Source
AirFilterConditionSpecified
Declaration
public bool AirFilterConditionSpecified { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
BrakeWear
Declaration
public GetVehicleStatusDataResponseTypeVehicleStatusDataReportStatusDataBrakeWear BrakeWear { get; set; }
Property Value
|
Improve this Doc
View Source
CoolingWaterLevelWarningCount
Declaration
public short CoolingWaterLevelWarningCount { get; set; }
Property Value
Type |
Description |
System.Int16 |
|
|
Improve this Doc
View Source
CoolingWaterLevelWarningCountSpecified
Declaration
public bool CoolingWaterLevelWarningCountSpecified { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
CurrentFuelConsumption
Declaration
public string CurrentFuelConsumption { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
CurrentMaxBrakeWear
Declaration
public short CurrentMaxBrakeWear { get; set; }
Property Value
Type |
Description |
System.Int16 |
|
|
Improve this Doc
View Source
CurrentMaxBrakeWearSpecified
Declaration
public bool CurrentMaxBrakeWearSpecified { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
DieselParticulateFilterState
Declaration
public dieselParticulateFilterState DieselParticulateFilterState { get; set; }
Property Value
|
Improve this Doc
View Source
DieselParticulateFilterStateSpecified
Declaration
public bool DieselParticulateFilterStateSpecified { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
DieselParticulateFilterZone
Declaration
public dieselParticulateFilterZone DieselParticulateFilterZone { get; set; }
Property Value
|
Improve this Doc
View Source
DieselParticulateFilterZoneSpecified
Declaration
public bool DieselParticulateFilterZoneSpecified { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
FaultyBulbs
Declaration
public short FaultyBulbs { get; set; }
Property Value
Type |
Description |
System.Int16 |
|
|
Improve this Doc
View Source
FaultyBulbsSpecified
Declaration
public bool FaultyBulbsSpecified { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
Mileage
Declaration
public long Mileage { get; set; }
Property Value
Type |
Description |
System.Int64 |
|
|
Improve this Doc
View Source
MileageSpecified
Declaration
public bool MileageSpecified { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
OilPressure
Declaration
public string OilPressure { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
OilShortFall
Declaration
public string OilShortFall { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
OilShortFallStatus
Declaration
public oilShortFallStatus OilShortFallStatus { get; set; }
Property Value
|
Improve this Doc
View Source
OilShortFallStatusSpecified
Declaration
public bool OilShortFallStatusSpecified { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
OperatingTime
Declaration
public double OperatingTime { get; set; }
Property Value
Type |
Description |
System.Double |
|
|
Improve this Doc
View Source
OperatingTimeSpecified
Declaration
public bool OperatingTimeSpecified { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
PowerSteeringOilLevel
Declaration
public string PowerSteeringOilLevel { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
TirePressure
Declaration
public GetVehicleStatusDataResponseTypeVehicleStatusDataReportStatusDataTirePressure TirePressure { get; set; }
Property Value
|
Improve this Doc
View Source
WashingWaterReserve
Declaration
public string WashingWaterReserve { get; set; }
Property Value
Type |
Description |
System.String |
|
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