Class TrailerSyncMsg
Inheritance
System.Object
TrailerSyncMsg
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 TrailerSyncMsg : INotifyPropertyChanged
Properties
|
Improve this Doc
View Source
customerMatchCode
Declaration
public string customerMatchCode { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
fleetId
Declaration
public long fleetId { get; set; }
Property Value
Type |
Description |
System.Int64 |
|
|
Improve this Doc
View Source
id
Declaration
public string id { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
licencePlateNumber
Declaration
public string licencePlateNumber { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
name
Declaration
public string name { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
nationality
Declaration
public string nationality { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
trailerGroupIds
Declaration
public string[] trailerGroupIds { get; set; }
Property Value
Type |
Description |
System.String[] |
|
|
Improve this Doc
View Source
trailerServiceProviderAccountId
Declaration
public string trailerServiceProviderAccountId { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
trailerServiceProviderId
Declaration
public string trailerServiceProviderId { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
trailerState
Declaration
public TrailerState trailerState { get; set; }
Property Value
|
Improve this Doc
View Source
updateTime
Declaration
public DateTime updateTime { get; set; }
Property Value
Type |
Description |
System.DateTime |
|
|
Improve this Doc
View Source
vin
Declaration
public string vin { 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