Class ReasonDTO
Inheritance
System.Object
ReasonDTO
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 ReasonDTO : INotifyPropertyChanged
Properties
|
Improve this Doc
View Source
BogieLoadAlarm
Declaration
public BogieLoadAlarm BogieLoadAlarm { get; set; }
Property Value
|
Improve this Doc
View Source
brakeLiningAlarm
Declaration
public bool brakeLiningAlarm { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
brakeLiningAlarmSpecified
Declaration
public bool brakeLiningAlarmSpecified { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
couplingAlarm
Declaration
public bool couplingAlarm { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
couplingAlarmSpecified
Declaration
public bool couplingAlarmSpecified { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
doorAlarm
Declaration
public bool doorAlarm { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
doorAlarmSpecified
Declaration
public bool doorAlarmSpecified { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
Ebs24NAlarm
Declaration
public Ebs24NAlarm Ebs24NAlarm { get; set; }
Property Value
|
Improve this Doc
View Source
ebsNotConnected
Declaration
public bool ebsNotConnected { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
ebsNotConnectedSpecified
Declaration
public bool ebsNotConnectedSpecified { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
FuelLevelAlarm
Declaration
public FuelLevelAlarm FuelLevelAlarm { get; set; }
Property Value
|
Improve this Doc
View Source
HumidityAlarm
Declaration
public HumidityAlarm HumidityAlarm { get; set; }
Property Value
|
Improve this Doc
View Source
ignitionAlarm
Declaration
public bool ignitionAlarm { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
ignitionAlarmSpecified
Declaration
public bool ignitionAlarmSpecified { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
MilageAlarm
Declaration
public MilageAlarm MilageAlarm { get; set; }
Property Value
|
Improve this Doc
View Source
reeferAlarm
Declaration
public bool reeferAlarm { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
reeferAlarmQueueChanged
Declaration
public bool reeferAlarmQueueChanged { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
reeferAlarmQueueChangedSpecified
Declaration
public bool reeferAlarmQueueChangedSpecified { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
reeferAlarmSpecified
Declaration
public bool reeferAlarmSpecified { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
reeferCurrentPresetChanged
Declaration
public bool reeferCurrentPresetChanged { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
reeferCurrentPresetChangedSpecified
Declaration
public bool reeferCurrentPresetChangedSpecified { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
ReeferDieselElectricChanged
Declaration
public ReeferDieselElectricChanged ReeferDieselElectricChanged { get; set; }
Property Value
|
Improve this Doc
View Source
ReeferOperationModeChanged
Declaration
public CurrentCompartmentDataList[] ReeferOperationModeChanged { get; set; }
Property Value
|
Improve this Doc
View Source
reeferPresetListChanged
Declaration
public bool reeferPresetListChanged { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
reeferPresetListChangedSpecified
Declaration
public bool reeferPresetListChangedSpecified { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
ReeferStartStopContinousChanged
Declaration
public ReeferStartStopContinousChanged ReeferStartStopContinousChanged { get; set; }
Property Value
|
Improve this Doc
View Source
SetpointAlarm
Declaration
public SetpointAlarm SetpointAlarm { get; set; }
Property Value
|
Improve this Doc
View Source
standard
Declaration
public bool standard { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
standardSpecified
Declaration
public bool standardSpecified { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
statusRequest
Declaration
public bool statusRequest { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
statusRequestSpecified
Declaration
public bool statusRequestSpecified { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
tagChangedAlarm
Declaration
public bool tagChangedAlarm { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
tagChangedAlarmSpecified
Declaration
public bool tagChangedAlarmSpecified { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
TemperatureAlarm
Declaration
public TemperatureAlarm TemperatureAlarm { get; set; }
Property Value
|
Improve this Doc
View Source
TempLoggerMonitoringAlarm
Declaration
public TempLoggerMonitoringAlarm TempLoggerMonitoringAlarm { get; set; }
Property Value
|
Improve this Doc
View Source
TirePressureAlarm
Declaration
public TirePressureAlarm TirePressureAlarm { get; set; }
Property Value
|
Improve this Doc
View Source
trailerStartStopAlarm
Declaration
public bool trailerStartStopAlarm { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
trailerStartStopAlarmSpecified
Declaration
public bool trailerStartStopAlarmSpecified { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
UndervoltageAlarm
Declaration
public UndervoltageAlarm UndervoltageAlarm { get; set; }
Property Value
|
Improve this Doc
View Source
VelocityAlarm
Declaration
public VelocityAlarm VelocityAlarm { get; set; }
Property Value
|
Improve this Doc
View Source
WatchboxAlarm
Declaration
public WatchboxAlarm WatchboxAlarm { 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