Class ThirdPartyBinaryRecord
- Namespace
- Geotab.StoreForward
- Assembly
- Geotab.Checkmate.ObjectModel.dll
public class ThirdPartyBinaryRecord : ThirdPartyDataRecord
- Inheritance
-
ThirdPartyBinaryRecord
- Inherited Members
Constructors
ThirdPartyBinaryRecord()
Initializes a new instance of the ThirdPartyBinaryRecord class.
public ThirdPartyBinaryRecord()
ThirdPartyBinaryRecord(string, in DateTime, byte[])
Initializes a new instance of the ThirdPartyBinaryRecord class.
public ThirdPartyBinaryRecord(string serialNo, in DateTime dateTime, byte[] data)
Parameters
Fields
MaxDataLength
The max length of data.
public const int MaxDataLength = 32745
Field Value
Properties
Data
Gets or sets the data.
public byte[] Data { get; set; }
Property Value
- byte[]
The data.
Methods
CreateBinaryData()
Converts the record into binary data to be inserted into the database.
public override byte[] CreateBinaryData()
Returns
- byte[]
The binary data array.