Class GetVehicleStatusDataResponseTypeVehicleStatusDataReportStatusDataTirePressure
Inheritance
System.Object
GetVehicleStatusDataResponseTypeVehicleStatusDataReportStatusDataTirePressure
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 GetVehicleStatusDataResponseTypeVehicleStatusDataReportStatusDataTirePressure : INotifyPropertyChanged
Properties
|
Improve this Doc
View Source
FirstFrontAxleLeftTire
Declaration
public TirePressureValues FirstFrontAxleLeftTire { get; set; }
Property Value
|
Improve this Doc
View Source
FirstFrontAxleRightTire
Declaration
public TirePressureValues FirstFrontAxleRightTire { get; set; }
Property Value
|
Improve this Doc
View Source
FirstRearAxleInnerLeftTire
Declaration
public TirePressureValues FirstRearAxleInnerLeftTire { get; set; }
Property Value
|
Improve this Doc
View Source
FirstRearAxleInnerRightTire
Declaration
public TirePressureValues FirstRearAxleInnerRightTire { get; set; }
Property Value
|
Improve this Doc
View Source
FirstRearAxleOuterLeftTire
Declaration
public TirePressureValues FirstRearAxleOuterLeftTire { get; set; }
Property Value
|
Improve this Doc
View Source
FirstRearAxleOuterRightTire
Declaration
public TirePressureValues FirstRearAxleOuterRightTire { get; set; }
Property Value
|
Improve this Doc
View Source
ReserveTire
Declaration
public TirePressureValues ReserveTire { get; set; }
Property Value
|
Improve this Doc
View Source
SecondFrontAxleInnerLeftTire
Declaration
public TirePressureValues SecondFrontAxleInnerLeftTire { get; set; }
Property Value
|
Improve this Doc
View Source
SecondFrontAxleInnerRightTire
Declaration
public TirePressureValues SecondFrontAxleInnerRightTire { get; set; }
Property Value
|
Improve this Doc
View Source
SecondFrontAxleOuterLeftTire
Declaration
public TirePressureValues SecondFrontAxleOuterLeftTire { get; set; }
Property Value
|
Improve this Doc
View Source
SecondFrontAxleOuterRightTire
Declaration
public TirePressureValues SecondFrontAxleOuterRightTire { get; set; }
Property Value
|
Improve this Doc
View Source
SecondRearAxleInnerLeftTire
Declaration
public TirePressureValues SecondRearAxleInnerLeftTire { get; set; }
Property Value
|
Improve this Doc
View Source
SecondRearAxleInnerRightTire
Declaration
public TirePressureValues SecondRearAxleInnerRightTire { get; set; }
Property Value
|
Improve this Doc
View Source
SecondRearAxleOuterLeftTire
Declaration
public TirePressureValues SecondRearAxleOuterLeftTire { get; set; }
Property Value
|
Improve this Doc
View Source
SecondRearAxleOuterRightTire
Declaration
public TirePressureValues SecondRearAxleOuterRightTire { get; set; }
Property Value
|
Improve this Doc
View Source
ThirdRearAxleInnerLeftTire
Declaration
public TirePressureValues ThirdRearAxleInnerLeftTire { get; set; }
Property Value
|
Improve this Doc
View Source
ThirdRearAxleInnerRightTire
Declaration
public TirePressureValues ThirdRearAxleInnerRightTire { get; set; }
Property Value
|
Improve this Doc
View Source
ThirdRearAxleOuterLeftTire
Declaration
public TirePressureValues ThirdRearAxleOuterLeftTire { get; set; }
Property Value
|
Improve this Doc
View Source
ThirdRearAxleOuterRightTire
Declaration
public TirePressureValues ThirdRearAxleOuterRightTire { get; set; }
Property Value
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