Table of Contents

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

Initializes a new instance of the ProductSearch class.

public ProductSearch()

Initializes a new instance of the ProductSearch class.

public ProductSearch(Id id)

Parameters

id Id

The identifier.

Properties

Gets or sets the version id related to this Product.

public string? ProductVersion { get; set; }

Property Value

string

string

Gets or sets the solution id related to this Product.

public string? SolutionId { get; set; }

Property Value

string

string