Click or drag to resize

EngineDTOtechnicalDataGroups Property

OFV Kjøretøydata service

Group of data.

Eg. Engine data, Gear data, Wheel data etc. etc.

Namespace:  OfvService.DTO.Vehicle
Assembly:  OfvVehicleData.DTO (in OfvVehicleData.DTO.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public List<TechnicalDataGroupDTO> technicalDataGroups { get; set; }

Property Value

Type: ListTechnicalDataGroupDTO
The technical data groups.
See Also