Class ConsentStatusSearch
- Namespace
- Geotab.Checkmate.ObjectModel.Consent
- Assembly
- Geotab.Checkmate.ObjectModel.dll
The object used to specify the arguments when searching for ConsentStatus.
public class ConsentStatusSearch : Search, IEntity
- Inheritance
-
ConsentStatusSearch
- Implements
- Derived
- Inherited Members
Constructors
ConsentStatusSearch()
Initializes a new instance of the ConsentStatusSearch class.
public ConsentStatusSearch()
ConsentStatusSearch(Id)
Initializes a new instance of the ConsentStatusSearch class.
public ConsentStatusSearch(Id id)
Parameters
Properties
OptionSearch
Gets or sets search with a OptionSearch.
public OptionSearch? OptionSearch { get; set; }
Property Value
ProductSearch
Gets or sets search based on the version of the Solution.
public ProductSearch? ProductSearch { get; set; }
Property Value
UserSearch
Gets or sets search with a UserSearch Id. Available UserSearch options are:
public UserSearch? UserSearch { get; set; }