Click or drag to resize

ChassisDTO Class

OFV Kjøretøydata service

Chassistype of the vehicle.

Eg. coupe, station wagon etc. etc.

Inheritance Hierarchy
SystemObject
  OfvService.DTO.CommonObjectDTO
    OfvService.DTO.VehicleChassisDTO

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

The ChassisDTO type exposes the following members.

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