Table of Contents

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 Id

The file ID.

assignmentInfo string

The assignment information.

fileNameTgd string

The TGD file name.

fileNameDdd string

The DDD file name.

fileNameV1B string

The V1B file name.

summary string

The summary.

Properties

AssignmentInfo

Gets or sets the assigment info.

public string AssignmentInfo { get; set; }

Property Value

string

AssignmentInfo

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

Id

Gets or sets the Id of the file.

public Id? Id { get; set; }

Property Value

Id

Id

Summary

Gets or sets the summary.

public string Summary { get; set; }

Property Value

string

Summary