Table of Contents

Class ThirdPartyVinRecord

Namespace
Geotab.StoreForward
Assembly
Geotab.Checkmate.ObjectModel.dll

false A data record class used to add VIN data for third-party devices.

public class ThirdPartyVinRecord : ThirdPartyDataRecord
Inheritance
ThirdPartyVinRecord
Inherited Members

Constructors

ThirdPartyVinRecord()

Initializes a new instance of the ThirdPartyVinRecord class. Creates a VIN record for a third-party device.

public ThirdPartyVinRecord()

ThirdPartyVinRecord(string, DateTime?, string)

Initializes a new instance of the ThirdPartyVinRecord class. Creates a VIN record for a third-party device.

public ThirdPartyVinRecord(string serialNo, DateTime? dateTime, string vehicleIdentificationNumber)

Parameters

serialNo string

The serial number.

dateTime DateTime?

The DateTime.

vehicleIdentificationNumber string

The vehicleIdentificationNumber.

Properties

VehicleIdentificationNumber

Gets or sets the VIN of the third party device.

public string? VehicleIdentificationNumber { get; set; }

Property Value

string

The VehicleIdentificationNumber of a third party device.

Methods

CreateBinaryData()

Converts the record into binary data to be inserted into the database.

public override byte[] CreateBinaryData()

Returns

byte[]

The binary data array.