Class ProductSearch
- Namespace
- Geotab.Checkmate.ObjectModel.Consent
- Assembly
- Geotab.Checkmate.ObjectModel.dll
The object used to specify the arguments when searching for Product.
public class ProductSearch : Search, IEntity
- Inheritance
-
ProductSearch
- Implements
- Inherited Members
Constructors
ProductSearch()
Initializes a new instance of the ProductSearch class.
public ProductSearch()
ProductSearch(Id)
Initializes a new instance of the ProductSearch class.
public ProductSearch(Id id)
Parameters
id
IdThe identifier.
Properties
ProductVersion
Gets or sets the version id related to this Product.
public string? ProductVersion { get; set; }
Property Value
SolutionId
Gets or sets the solution id related to this Product.
public string? SolutionId { get; set; }