Class Body
Inheritance
System.Object
Body
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 Body : INotifyPropertyChanged
Properties
|
Improve this Doc
View Source
AutoPosDef
Declaration
public AutoPosDef AutoPosDef { get; set; }
Property Value
|
Improve this Doc
View Source
CacheMsg
Declaration
public CacheMsg CacheMsg { get; set; }
Property Value
|
Improve this Doc
View Source
DriverStatusMsg
Declaration
public DriverStatusMsg DriverStatusMsg { get; set; }
Property Value
|
Improve this Doc
View Source
EventStatusMsg
Declaration
public EventStatusMsg EventStatusMsg { get; set; }
Property Value
|
Improve this Doc
View Source
FormDefMsg
Declaration
public FormDefMsg FormDefMsg { get; set; }
Property Value
|
Improve this Doc
View Source
FreetextMsg
Declaration
public string FreetextMsg { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
HexMsg
Declaration
public string HexMsg { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
InboxDataMsg
Declaration
public InboxDataMsg InboxDataMsg { get; set; }
Property Value
|
Improve this Doc
View Source
OrderMsg
Declaration
public OrderMsg OrderMsg { get; set; }
Property Value
|
Improve this Doc
View Source
OrderstatusMsg
Declaration
public OrderstatusMsg OrderstatusMsg { get; set; }
Property Value
|
Improve this Doc
View Source
PairingMsg
Declaration
public PairingMsg PairingMsg { get; set; }
Property Value
|
Improve this Doc
View Source
ReplystatusMsg
Declaration
public ReplystatusMsg ReplystatusMsg { get; set; }
Property Value
|
Improve this Doc
View Source
SimcardChgMsg
Declaration
public string SimcardChgMsg { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
StatusDefMsg
Declaration
public StatusDefMsg StatusDefMsg { get; set; }
Property Value
|
Improve this Doc
View Source
TextConfMsg
Declaration
public string[] TextConfMsg { get; set; }
Property Value
Type |
Description |
System.String[] |
|
|
Improve this Doc
View Source
TourEventUptimeMsg
Declaration
public TourEventUptimeMsg TourEventUptimeMsg { get; set; }
Property Value
|
Improve this Doc
View Source
TourstatusMsg
Declaration
public TourstatusMsg TourstatusMsg { get; set; }
Property Value
|
Improve this Doc
View Source
TrailerCouplingMsg
Declaration
public TrailerCouplingMsg TrailerCouplingMsg { get; set; }
Property Value
|
Improve this Doc
View Source
TrailerEventMsg
Declaration
public TrailerEventMsg TrailerEventMsg { get; set; }
Property Value
|
Improve this Doc
View Source
TrailerRegisterMsg
Declaration
public TrailerRegisterMsg TrailerRegisterMsg { get; set; }
Property Value
|
Improve this Doc
View Source
TrailerSyncMsg
Declaration
public TrailerSyncMsg TrailerSyncMsg { get; set; }
Property Value
|
Improve this Doc
View Source
VehiclereplyMsg
Declaration
public string VehiclereplyMsg { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
VehiclestatusMsg
Declaration
public VehiclestatusMsg VehiclestatusMsg { 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