Class GetVehicleStatusDataResponseTypeVehicleStatusDataReportStatusDataBrakeWear
Inheritance
System.Object
GetVehicleStatusDataResponseTypeVehicleStatusDataReportStatusDataBrakeWear
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 GetVehicleStatusDataResponseTypeVehicleStatusDataReportStatusDataBrakeWear : INotifyPropertyChanged
Properties
|
Improve this Doc
View Source
FirstFrontLeft
Declaration
public short FirstFrontLeft { get; set; }
Property Value
Type |
Description |
System.Int16 |
|
|
Improve this Doc
View Source
FirstFrontLeftSpecified
Declaration
public bool FirstFrontLeftSpecified { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
FirstFrontRight
Declaration
public short FirstFrontRight { get; set; }
Property Value
Type |
Description |
System.Int16 |
|
|
Improve this Doc
View Source
FirstFrontRightSpecified
Declaration
public bool FirstFrontRightSpecified { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
FirstRearLeft
Declaration
public short FirstRearLeft { get; set; }
Property Value
Type |
Description |
System.Int16 |
|
|
Improve this Doc
View Source
FirstRearLeftSpecified
Declaration
public bool FirstRearLeftSpecified { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
FirstRearRight
Declaration
public short FirstRearRight { get; set; }
Property Value
Type |
Description |
System.Int16 |
|
|
Improve this Doc
View Source
FirstRearRightSpecified
Declaration
public bool FirstRearRightSpecified { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
SecondFrontLeft
Declaration
public short SecondFrontLeft { get; set; }
Property Value
Type |
Description |
System.Int16 |
|
|
Improve this Doc
View Source
SecondFrontLeftSpecified
Declaration
public bool SecondFrontLeftSpecified { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
SecondFrontRight
Declaration
public short SecondFrontRight { get; set; }
Property Value
Type |
Description |
System.Int16 |
|
|
Improve this Doc
View Source
SecondFrontRightSpecified
Declaration
public bool SecondFrontRightSpecified { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
SecondRearLeft
Declaration
public short SecondRearLeft { get; set; }
Property Value
Type |
Description |
System.Int16 |
|
|
Improve this Doc
View Source
SecondRearLeftSpecified
Declaration
public bool SecondRearLeftSpecified { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
SecondRearRight
Declaration
public short SecondRearRight { get; set; }
Property Value
Type |
Description |
System.Int16 |
|
|
Improve this Doc
View Source
SecondRearRightSpecified
Declaration
public bool SecondRearRightSpecified { 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