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
IdThe identifier.
Properties
AddInId
Gets or sets the add-in identifier.
public Id? AddInId { get; set; }
Property Value
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
SelectClause
Gets or sets the select clause which decides which properties of the stored objects are returned.
public string? SelectClause { get; set; }
Property Value
WhereClause
Gets or sets the where clause which filters the data that is returned.
public string? WhereClause { get; set; }