Table of Contents

Class TachographInspection

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

The class representing an Authority Inspections.

public class TachographInspection : Entity, IEntity, IComparable, IIdentifiable
Inheritance
TachographInspection
Implements
Inherited Members

Constructors

TachographInspection()

Initializes a new instance of the TachographInspection class.

public TachographInspection()

TachographInspection(Id?)

Initializes a new instance of the TachographInspection class.

public TachographInspection(Id? id)

Parameters

id Id

The Id.

TachographInspection(Id?, string?, DateTime?, int?, DateTime?, DateTime?, DateTime?, string?)

Initializes a new instance of the TachographInspection class.

public TachographInspection(Id? id, string? reference, DateTime? receptionDate, int? submitLimit, DateTime? requirementFrom, DateTime? requirementTo, DateTime? submitDate, string? notes)

Parameters

id Id

The inspection rule id.

reference string

Reference number document.

receptionDate DateTime?

When Inspection has been notified.

submitLimit int?

Limit submit to send files.

requirementFrom DateTime?

Requirement files date from.

requirementTo DateTime?

Requirement files date to.

submitDate DateTime?

Date when files have been submitted.

notes string

Internal Notes about inspection.

Properties

Notes

Gets or sets the internal Notes about inspection.

public string? Notes { get; set; }

Property Value

string

string

ReceptionDate

Gets or sets when Inspection has been notified.

public DateTime? ReceptionDate { get; set; }

Property Value

DateTime?

DateTime

Reference

Gets or sets the reference number document.

public string? Reference { get; set; }

Property Value

string

string

RequirementFrom

Gets or sets the requirement files date from.

public DateTime? RequirementFrom { get; set; }

Property Value

DateTime?

DateTime

RequirementTo

Gets or sets the requirement files date to.

public DateTime? RequirementTo { get; set; }

Property Value

DateTime?

DateTime

SubmitDate

Gets or sets the date when files have been submitted.

public DateTime? SubmitDate { get; set; }

Property Value

DateTime?

DateTime

SubmitLimit

Gets or sets the limit submit to send files.

public int? SubmitLimit { get; set; }

Property Value

int?

int

Methods

Clone()

Creates a new object that is a copy of the current instance.

public override IEntity Clone()

Returns

IEntity

A new object that is a copy of this instance.

ToString()

Returns a string that represents this instance.

public override string ToString()

Returns

string

A string that represents this instance.