Class VEHICLE
Inheritance
System.Object
VEHICLE
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()
Namespace: Simplic.Telematic.FleetBoard.BasicService
Assembly: Simplic.Telematic.FleetBoard.dll
Syntax
[Serializable]
public class VEHICLE : INotifyPropertyChanged
Properties
| Improve this Doc View SourceCHASSIS
Declaration
public string CHASSIS { get; set; }
Property Value
Type | Description |
---|---|
System.String |
FLEETVEHICLE
Declaration
public VEHICLEFLEETVEHICLE FLEETVEHICLE { get; set; }
Property Value
Type | Description |
---|---|
VEHICLEFLEETVEHICLE |
GROUPVEHICLE
Declaration
public string[] GROUPVEHICLE { get; set; }
Property Value
Type | Description |
---|---|
System.String[] |
HasDispoPilot
Checks whether this vehicle has a dispo pilot installed.
Declaration
public bool HasDispoPilot { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
Id
Gets the Inoid of the vehicle as a long.
Declaration
public long Id { get; }
Property Value
Type | Description |
---|---|
System.Int64 |
inoid
Declaration
public string inoid { get; set; }
Property Value
Type | Description |
---|---|
System.String |
REGISTRATIONDATE
Declaration
public string REGISTRATIONDATE { get; set; }
Property Value
Type | Description |
---|---|
System.String |
TELEMATICGROUP
Declaration
public telematicGroupIDType TELEMATICGROUP { get; set; }
Property Value
Type | Description |
---|---|
telematicGroupIDType |
TELEMATICGROUPSpecified
Declaration
public bool TELEMATICGROUPSpecified { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
TmConfigId
Gets the TM config id from the vehicle's properties.
Declaration
public string TmConfigId { get; }
Property Value
Type | Description |
---|---|
System.String |
TmConfigIdAsLong
Gets the TM config id from the vehicle's properties as long.
Declaration
public long TmConfigIdAsLong { get; }
Property Value
Type | Description |
---|---|
System.Int64 |
VEHICLEHARDWARE
Declaration
public VEHICLEVEHICLEHARDWARE[] VEHICLEHARDWARE { get; set; }
Property Value
Type | Description |
---|---|
VEHICLEVEHICLEHARDWARE[] |
VEHICLEPROPERTIES
Declaration
public PropertyType[] VEHICLEPROPERTIES { get; set; }
Property Value
Type | Description |
---|---|
PropertyType[] |
Methods
| Improve this Doc View SourceRaisePropertyChanged(String)
Declaration
protected void RaisePropertyChanged(string propertyName)
Parameters
Type | Name | Description |
---|---|---|
System.String | propertyName |
Events
| Improve this Doc View SourcePropertyChanged
Declaration
public event PropertyChangedEventHandler PropertyChanged
Event Type
Type | Description |
---|---|
System.ComponentModel.PropertyChangedEventHandler |
Implements
System.ComponentModel.INotifyPropertyChanged