Click or drag to resize

BatteryDTO Class

OFV Kjøretøydata service

Battery object.
Inheritance Hierarchy
SystemObject
  OfvService.DTO.CommonObjectDTO
    OfvService.DTO.VehicleBatteryDTO

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

The BatteryDTO type exposes the following members.

Constructors
  NameDescription
Public methodBatteryDTO
Initializes a new instance of the BatteryDTO class
Top
Properties
  NameDescription
Public propertybatteryType
Battery type.

Eg. Nikkel-Metalhybrid.

Public propertytechnicalDataGroups
Group of technical data.

Eg. Charging data, Power data etc.

Top
See Also