Click or drag to resize

EnergySourceTypeDTO Class

OFV Kjøretøydata service

Energy source is the category that descripes the way a vehicle is driven forward by

Eg. electrical, fuel/combustion, hybrid, plug-in hybrid, etc.

Inheritance Hierarchy
SystemObject
  OfvService.DTO.CommonObjectDTO
    OfvService.DTO.VehicleEnergySourceTypeDTO

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

The EnergySourceTypeDTO type exposes the following members.

Constructors
  NameDescription
Public methodEnergySourceTypeDTO
Initializes a new instance of the EnergySourceTypeDTO class
Top
Properties
  NameDescription
Public propertysorting
Gets or sets the sorting.
Top
See Also