Click or drag to resize

VariantDTO Class

OFV Kjøretøydata service

List of variants this model represents

Eg. 2.0TDI, 1.8TFSI, 4Matic, Grand Turismo.

Inheritance Hierarchy
SystemObject
  OfvService.DTO.CommonObjectDTO
    OfvService.DTO.VehicleVariantDTO

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

The VariantDTO type exposes the following members.

Constructors
  NameDescription
Public methodVariantDTO
Initializes a new instance of the VariantDTO class
Top
Properties
  NameDescription
Public propertypicturePath
Path to pictures for this vehicle
Public propertyvehicle
Vehicle specifications for the variant
Top
See Also