Click or drag to resize

BatteryTypeDTO Class

OFV Kjøretøydata service

Type of battery.

Eg. Nikkel-Metallhydrid.

Inheritance Hierarchy
SystemObject
  OfvService.DTO.CommonObjectDTO
    OfvService.DTO.VehicleBatteryTypeDTO

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

The BatteryTypeDTO type exposes the following members.

Constructors
  NameDescription
Public methodBatteryTypeDTO
Initializes a new instance of the BatteryTypeDTO class
Top
Properties
  NameDescription
Public propertydescription
Gets or sets the description.
Public propertyshortName
Gets or sets the short name.
Public propertysorting
Gets or sets the sorting.
Top
See Also