Class ThirdPartyVinRecord
- Namespace
- Geotab.StoreForward
- Assembly
- Geotab.Checkmate.ObjectModel.dll
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
stringThe serial number.
dateTime
DateTime?The DateTime.
vehicleIdentificationNumber
stringThe 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.