Table of Contents

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

assignmentInfo string

The assignment information.

summary string

The summary.

Properties

AssignmentInfo

Gets or sets the assigment info.

public string AssignmentInfo { get; set; }

Property Value

string

AssignmentInfo

CompanyId

Gets or sets the iGestion company id.

public int? CompanyId { get; set; }

Property Value

int?

int

FileNameDdd

Gets or sets the DDD file name.

public string? FileNameDdd { get; set; }

Property Value

string

FileNameDdd

FileNameTgd

Gets or sets the TGD file name.

public string? FileNameTgd { get; set; }

Property Value

string

FileNameTgd

FileNameV1B

Gets or sets the V1B file name.

public string? FileNameV1B { get; set; }

Property Value

string

FileNameV1B

GeotabFileId

Gets or sets the id of the file.

public string? GeotabFileId { get; set; }

Property Value

string

string

Id

Gets or sets the iGestion file id.

public int? Id { get; set; }

Property Value

int?

int

Summary

Gets or sets the summary.

public string Summary { get; set; }

Property Value

string

Summary