Class AddInSearch
- Namespace
- Geotab.Checkmate.ObjectModel.AddIns
- Assembly
- Geotab.Checkmate.ObjectModel.dll
The object used to specify the arguments when searching for AddIn.
public class AddInSearch : Search, IEntity
- Inheritance
-
AddInSearch
- Implements
- Inherited Members
Constructors
AddInSearch()
Initializes a new instance of the AddInSearch class.
public AddInSearch()
AddInSearch(Id)
Initializes a new instance of the AddInSearch class.
public AddInSearch(Id id)
Parameters
id
IdThe identifier.
Properties
Configuration
Gets or sets the AddInConfigurationSearch.
public AddInConfigurationSearch? Configuration { get; set; }
Property Value
Remarks
Configuration is used by non-marketplace add-ins.