Click or drag to resize

GearTypeDTO Class

OFV Kjøretøydata service

Geartype.

Eg. automatic, man etc. etc.

Inheritance Hierarchy
SystemObject
  OfvService.DTO.CommonObjectDTO
    OfvService.DTO.VehicleGearTypeDTO

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

The GearTypeDTO type exposes the following members.

Constructors
  NameDescription
Public methodGearTypeDTO
Initializes a new instance of the GearTypeDTO class
Top
Properties
  NameDescription
Public propertyshortName
Gets or sets the short name.
Public propertysorting
Gets or sets the sorting.
Top
See Also