Table of Contents

Class DiagnosticMappingSearch

Namespace
Geotab.Checkmate.ObjectModel.Engine
Assembly
Geotab.Checkmate.ObjectModel.dll

A Search object to search for DiagnosticMapping rows.

public class DiagnosticMappingSearch : Search, IEntity
Inheritance
DiagnosticMappingSearch
Implements
Inherited Members

Constructors

DiagnosticMappingSearch()

Initializes a new instance of the DiagnosticMappingSearch class.

public DiagnosticMappingSearch()

DiagnosticMappingSearch(Id?)

Initializes a new instance of the DiagnosticMappingSearch class.

public DiagnosticMappingSearch(Id? id)

Parameters

id Id

Id of the DiagnosticMapping.

Properties

DeviceSearch

Gets or sets the DeviceSearch object. Id must be provided, because all other DeviceSearch parameters will be ignored.

public DeviceSearch? DeviceSearch { get; set; }

Property Value

DeviceSearch

DeviceSearch object.

MappedDiagnosticId

Gets or sets the Id of the MappedDiagnostic.

public Id? MappedDiagnosticId { get; set; }

Property Value

Id

Id of the MappedDiagnostic.