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
idIdThe file ID.
assignmentInfostringThe assignment information.
fileNameTgdstringThe TGD file name.
fileNameDddstringThe DDD file name.
fileNameV1BstringThe V1B file name.
summarystringThe 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; }