Table of Contents

Class ConsentStatusSearch

Namespace
Geotab.Checkmate.ObjectModel.Consent
Assembly
Geotab.Checkmate.ObjectModel.dll

search

The object used to specify the arguments when searching for ConsentStatus.

public class ConsentStatusSearch : Search, IEntity
Inheritance
ConsentStatusSearch
Implements
Derived
Inherited Members

Constructors

Initializes a new instance of the ConsentStatusSearch class.

public ConsentStatusSearch()

Initializes a new instance of the ConsentStatusSearch class.

public ConsentStatusSearch(Id id)

Parameters

id Id

The Id.

Properties

Gets or sets search with a OptionSearch.

public OptionSearch? OptionSearch { get; set; }

Property Value

OptionSearch

OptionSearch

Gets or sets search based on the version of the Solution.

public ProductSearch? ProductSearch { get; set; }

Property Value

ProductSearch

ProductSearch

Gets or sets search with a UserSearch Id. Available UserSearch options are:

public UserSearch? UserSearch { get; set; }

Property Value

UserSearch

UserSearch