Class TachographModuleDtcoUploadContent
- Namespace
- Geotab.Checkmate.ObjectModel.Tachograph.Files
- Assembly
- Geotab.Checkmate.ObjectModel.dll
The entity which describes the tachograph file.
public class TachographModuleDtcoUploadContent
- Inheritance
-
TachographModuleDtcoUploadContent
- Inherited Members
Constructors
TachographModuleDtcoUploadContent(string, string)
Initializes a new instance of the TachographModuleDtcoUploadContent class.
public TachographModuleDtcoUploadContent(string assignmentInfo, string summary)
Parameters
Properties
AssignmentInfo
Gets or sets the assigment info.
public string AssignmentInfo { get; set; }
Property Value
CompanyId
Gets or sets the iGestion company id.
public int? CompanyId { 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
GeotabFileId
Gets or sets the id of the file.
public string? GeotabFileId { get; set; }
Property Value
Id
Gets or sets the iGestion file id.
public int? Id { get; set; }
Property Value
Summary
Gets or sets the summary.
public string Summary { get; set; }