Class TachographRawDataFileResult
- Namespace
- Geotab.Checkmate.ObjectModel.Tachograph.Files
- Assembly
- Geotab.Checkmate.ObjectModel.dll
The entity which describes the tachograph file.
public class TachographRawDataFileResult
- Inheritance
-
TachographRawDataFileResult
- Inherited Members
Constructors
TachographRawDataFileResult(Id?, string, string?, string?, string?, string)
Initializes a new instance of the TachographRawDataFileResult class.
public TachographRawDataFileResult(Id? id, string assignmentInfo, string? fileNameTgd, string? fileNameDdd, string? fileNameV1B, string summary)
Parameters
id
IdThe file ID.
assignmentInfo
stringThe assignment information.
fileNameTgd
stringThe TGD file name.
fileNameDdd
stringThe DDD file name.
fileNameV1B
stringThe V1B file name.
summary
stringThe summary.
Properties
AssignmentInfo
Gets or sets the assigment info.
public string AssignmentInfo { get; set; }
Property Value
FileNameDdd
Gets or sets the DDD file name.
public string? FileNameDdd { get; set; }
Property Value
FileNameTgd
Gets or sets the TGD file name.
public string? FileNameTgd { get; set; }
Property Value
FileNameV1B
Gets or sets the V1B file name.
public string? FileNameV1B { get; set; }
Property Value
Id
Gets or sets the Id of the file.
public Id? Id { get; set; }
Property Value
Summary
Gets or sets the summary.
public string Summary { get; set; }