Table of Contents

Class DisplayMeasurementProfileSearch

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

The object used to specify the arguments when searching for a DisplayMeasurementProfile.

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

Constructors

DisplayMeasurementProfileSearch()

Initializes a new instance of the DisplayMeasurementProfileSearch class. Constructor.

public DisplayMeasurementProfileSearch()

DisplayMeasurementProfileSearch(Id)

Initializes a new instance of the DisplayMeasurementProfileSearch class. Constructor.

public DisplayMeasurementProfileSearch(Id id)

Parameters

id Id

The Id.

Properties

IncludeDetails

Gets or sets whether or not to include corresponding DisplayMeasurementProfileDetails. It can only be used when the number of returned profiles is limited by id or resultsLimit.

public bool? IncludeDetails { get; set; }

Property Value

bool?

bool

IncludeUnitDetails

Gets or sets whether or not to include the display unit of measure details.

public bool? IncludeUnitDetails { get; set; }

Property Value

bool?

bool