Click or drag to resize

TechnicalDataGroupDTO Class

OFV Kjøretøydata service

Technical data groups.

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

Inheritance Hierarchy
SystemObject
  OfvService.DTO.CommonObjectDTO
    OfvService.DTO.VehicleTechnicalDataGroupDTO

Namespace:  OfvService.DTO.Vehicle
Assembly:  OfvVehicleData.DTO (in OfvVehicleData.DTO.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public class TechnicalDataGroupDTO : ObjectDTO

The TechnicalDataGroupDTO type exposes the following members.

Constructors
  NameDescription
Public methodTechnicalDataGroupDTO
Initializes a new instance of the TechnicalDataGroupDTO class
Top
Properties
  NameDescription
Public propertysorting
Gets or sets the sorting.
Public propertytechnicalData
List of technical data

Eg. color, seats, lights etc. etc.

Top
See Also