Class EdiVehicle
Information about the vehicles used in the transport
Inheritance
System.Object
Conizi.Model.Shared.Interfaces.EdiPatternPropertiesBase
EdiVehicle
Namespace: Conizi.Model.Shared.Entities
Assembly: Conizi.Model.dll
Syntax
public class EdiVehicle : EdiPatternPropertiesBase
Properties
DeviceIds
List of device ids, are part of this vehicle
Declaration
public List<string> DeviceIds { get; set; }
Property Value
Type | Description |
---|---|
List<System.String> |
Dimensions
Dimensions of the vehicle
Declaration
public EdiMeasures Dimensions { get; set; }
Property Value
Type | Description |
---|---|
EdiMeasures |
Information
Further Vehicle Information
Declaration
public string Information { get; set; }
Property Value
Type | Description |
---|---|
System.String |
IsTrailer
The vehicle is classified as trailer
Declaration
public bool? IsTrailer { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Boolean> |
Manufacturer
The Manufacturer of the vehicle
Declaration
public string Manufacturer { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Registration
Official registration of the vehicle (e.g. license plate number
Declaration
public string Registration { get; set; }
Property Value
Type | Description |
---|---|
System.String |
SendTelematics
The vehicle sends telematics data to a central instance
Declaration
public bool? SendTelematics { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Boolean> |
TruckType
The truck type
Declaration
public string TruckType { get; set; }
Property Value
Type | Description |
---|---|
System.String |
VehicleId
The system wide id of the vehicle
Declaration
public string VehicleId { get; set; }
Property Value
Type | Description |
---|---|
System.String |
VehicleIdentificationNumber
The unique vehicle identification number (VIN)
Declaration
public string VehicleIdentificationNumber { get; set; }
Property Value
Type | Description |
---|---|
System.String |