Click or drag to resize

RegHistory Class

OFV Kjøretøydata service

History object.

Holds information of prior owner of registrated vehicle.

Inheritance Hierarchy
SystemObject
  OfvService.DTO.RegNoRegHistory

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

The RegHistory type exposes the following members.

Constructors
  NameDescription
Public methodRegHistory
Initializes a new instance of the RegHistory class
Top
Properties
  NameDescription
Public propertyownerGender
Gets or sets the ownerGender.
Public propertyownerMunicipal
Gets or sets the ownerMunicipal.
Public propertyownerYearOfBirth
Gets or sets the ownerYearOfBirth.
Public propertyreRegDate
Gets or sets the reRegDate.
Public propertyreRegStatus
Gets or sets the reRegStatus.
Public propertyvehicleGroup
Gets or sets the vehicleGroup.
Top
See Also