Class AddInConfigurationSearch
- Namespace
- Geotab.Checkmate.ObjectModel.AddIns
- Assembly
- Geotab.Checkmate.ObjectModel.dll
The object used to specify the arguments when searching for AddInConfiguration.
public class AddInConfigurationSearch : Search, IEntity
- Inheritance
-
AddInConfigurationSearch
- Implements
- Inherited Members
Constructors
AddInConfigurationSearch()
Initializes a new instance of the AddInConfigurationSearch class.
public AddInConfigurationSearch()
AddInConfigurationSearch(Id)
Initializes a new instance of the AddInConfigurationSearch class.
public AddInConfigurationSearch(Id id)
Parameters
id
IdThe identifier.
Properties
Name
Gets or sets the name of this Add-In.
public string? Name { get; set; }
Property Value
SolutionId
Gets or sets the solution id related to this Add-In.
public string? SolutionId { get; set; }
Property Value
SupportEmail
Gets or sets the email address for support related to this Add-In.
public string? SupportEmail { get; set; }