Click or drag to resize

VehicleAlternative Class

OFV Kjøretøydata service

Alternative vehicle object.

Holds information of vehicle that match registrated vehicle when it was new and presented to marked.

Inheritance Hierarchy
SystemObject
  OfvService.DTO.RegNoVehicleAlternative

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

The VehicleAlternative type exposes the following members.

Constructors
  NameDescription
Public methodVehicleAlternative
Initializes a new instance of the VehicleAlternative class
Top
Properties
  NameDescription
Public propertybrandName
Gets or sets the brandName.
Public propertychassis
Gets or sets the chassis.
Public propertymodelGeneration
Gets or sets the Modelgeneration.
Public propertymodelName
Gets or sets the modelName.
Public propertynumberOfDoors
Gets or sets the numberOfDoors.
Public propertyofvBrandId
Gets or sets the ofvBrandId.
Public propertyofvModelId
Gets or sets the ofvModelId.
Public propertyofvVariantId
Gets or sets the ofvVariantId.
Public propertyprice
Gets or sets the price.
Public propertyrevisionNo
Gets or sets the revisionNo.
Public propertysearchRank
Gets or sets the Searchranking.
Public propertysorting
Gets or sets the sorting.
Public propertytotalHk
Gets or sets the totalHk.
Public propertytotalKw
Gets or sets the totalKw.
Public propertytranfered
Gets or sets the tranfered.
Public propertyvariantId
Gets or sets the variantId.
Public propertyvariantName
Gets or sets the variantName.
Public propertyyearModel
Gets or sets the yearModel.
Top
See Also