Table of Contents

Class AssetUtilizationPresetSearch

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

The object used to specify the arguments when searching for AssetUtilizationPreset(s).

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

Constructors

AssetUtilizationPresetSearch()

Initializes a new instance of the AssetUtilizationPresetSearch class.

public AssetUtilizationPresetSearch()

AssetUtilizationPresetSearch(Id?)

Initializes a new instance of the AssetUtilizationPresetSearch class.

public AssetUtilizationPresetSearch(Id? id)

Parameters

id Id

Id of the entity. See Id.

Properties

IsDefault

Gets or sets IsDefault flag while searching for the presets.

public bool? IsDefault { get; set; }

Property Value

bool?

bool