Class TachographRawDataFile
- Namespace
- Geotab.Checkmate.ObjectModel.Tachograph.Files
- Assembly
- Geotab.Checkmate.ObjectModel.dll
The entity which describes the tachograph file.
public class TachographRawDataFile
- Inheritance
-
TachographRawDataFile
- Inherited Members
Constructors
TachographRawDataFile()
Initializes a new instance of the TachographRawDataFile class.
public TachographRawDataFile()
Properties
BinaryData
Gets or sets the binary data.
public byte[] BinaryData { get; set; }
Property Value
FileName
Gets or sets the file name.
public string FileName { get; set; }
Property Value
OriginDescription
Gets or sets the description of the origin of the file.
public string OriginDescription { get; set; }