Table of Contents

Class TachographDownloadZipFileData

Namespace
Geotab.Checkmate.ObjectModel.Tachograph.Files
Assembly
Geotab.Checkmate.ObjectModel.dll

The object used to specify the arguments to generate ZIP file with a set of tachograph binary files.

public class TachographDownloadZipFileData
Inheritance
TachographDownloadZipFileData
Inherited Members

Constructors

TachographDownloadZipFileData(string, Id[])

Initializes a new instance of the TachographDownloadZipFileData class.

public TachographDownloadZipFileData(string zipFileName, Id[] fileIds)

Parameters

zipFileName string

The name for the generated file.

fileIds Id[]

List of file IDs to add to the ZIP file.

Properties

FileIds

Gets or sets the search criteria.

public Id[] FileIds { get; set; }

Property Value

Id[]

Array

ZipFileName

Gets or sets the name for the ZIP file.

public string ZipFileName { get; set; }

Property Value

string

string