Table of Contents

Class AddInDataSearch

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

The object used to specify the arguments when searching for AddInData.

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

Constructors

AddInDataSearch()

Initializes a new instance of the AddInDataSearch class.

public AddInDataSearch()

AddInDataSearch(Id?)

Initializes a new instance of the AddInDataSearch class.

public AddInDataSearch(Id? id)

Parameters

id Id

The identifier.

Properties

AddInId

Gets or sets the add-in identifier.

public Id? AddInId { get; set; }

Property Value

Id

Id

Groups

Gets or sets search for Devices that are a member of these GroupSearch(s). Available GroupSearch options are:.

public List<GroupSearch>? Groups { get; set; }

Property Value

List<GroupSearch>

IList<T>

SelectClause

Gets or sets the select clause which decides which properties of the stored objects are returned.

public string? SelectClause { get; set; }

Property Value

string

string

WhereClause

Gets or sets the where clause which filters the data that is returned.

public string? WhereClause { get; set; }

Property Value

string

string