Table of Contents

Class OptionSearch

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

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

public class OptionSearch : Search, IEntity
Inheritance
OptionSearch
Implements
Inherited Members

Constructors

Initializes a new instance of the OptionSearch class.

public OptionSearch()

Initializes a new instance of the OptionSearch class.

public OptionSearch(Id id)

Parameters

id Id

The identifier.

Properties

Gets or sets the authorization option related to this Option.

public string? AuthOptionId { get; set; }

Property Value

string

string

Gets or sets the option id related to this Option.

public string? OptionId { get; set; }

Property Value

string

string

Gets or sets the Product id related to this.

public string? ProductId { get; set; }

Property Value

string

string