Click or drag to resize

EngineDTO Class

OFV Kjøretøydata service

Description an engine.
Inheritance Hierarchy
SystemObject
  OfvService.DTO.CommonObjectDTO
    OfvService.DTO.VehicleEngineDTO

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

The EngineDTO type exposes the following members.

Constructors
  NameDescription
Public methodEngineDTO
Initializes a new instance of the EngineDTO class
Top
Properties
  NameDescription
Public propertybattery
Type of battery.
Public propertyengineType
Type of engine.

Eg. electric, combustion.

Public propertyfuel
Type of fuel

Eg. Gasolin, Diesel, propane, electric.

Public propertysorting
Gets or sets the sorting.
Public propertytechnicalDataGroups
Group of data.

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

Top
See Also