Click or drag to resize

FuelDTO Class

OFV Kjøretøydata service

Type of fuel

Eg. Gasolin, Diesel, propane, electric.

Inheritance Hierarchy
SystemObject
  OfvService.DTO.VehicleFuelDTO

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

The FuelDTO type exposes the following members.

Constructors
  NameDescription
Public methodFuelDTO
Initializes a new instance of the FuelDTO class
Top
Properties
  NameDescription
Public propertyid
Gets or sets the id.
Public propertyname
Gets or sets the name.
Public propertyshortName
Gets or sets the short name.
Public propertysorting
Gets or sets the sorting.
Top
See Also