Class EdiVehicleSpecificEvent
Event to notify about vehicle specific incidents
Inheritance
System.Object
Conizi.Model.Shared.Interfaces.EdiPatternPropertiesBase
Conizi.Model.Shared.Interfaces.EdiEventBase
EdiVehicleSpecificEvent
Inherited Members
Namespace: Conizi.Model.Shared.Entities
Assembly: Conizi.Model.dll
Syntax
public class EdiVehicleSpecificEvent : EdiTourEventBase
Properties
CoDriverName
Name of the co-driver
Declaration
public string CoDriverName { get; set; }
Property Value
Type | Description |
---|---|
System.String |
DriverName
Name of the driver
Declaration
public string DriverName { get; set; }
Property Value
Type | Description |
---|---|
System.String |
LoadingMeter
Available loading meter
Declaration
public decimal? LoadingMeter { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Decimal> |
MileageFinish
Mileage of the vehicle at the end of the tour
Declaration
public decimal? MileageFinish { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Decimal> |
MileageStart
Mileage of the vehicle at tour start
Declaration
public decimal? MileageStart { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Decimal> |
Temperature
Current temperature in degrees Celsius
Declaration
public decimal? Temperature { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Decimal> |
TrailerRegistrationNumber
Registration number of the trailer
Declaration
public string TrailerRegistrationNumber { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Remarks
Should be similar to Registration of the EdiDriver entity, when a trailer is set
TruckRegistrationNumber
Registration number of the truck
Declaration
public string TruckRegistrationNumber { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Remarks
Should be similar to Registration of the EdiDriver entity
Weight
Weight of the vehicle
Declaration
public decimal? Weight { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Decimal> |