Table of Contents

Class ConsentStatusAuditSearch

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

search

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

public class ConsentStatusAuditSearch : ConsentStatusSearch, IEntity
Inheritance
ConsentStatusAuditSearch
Implements
Inherited Members

Constructors

public ConsentStatusAuditSearch()

Properties

Gets or sets search for Data Permissions at this date or after.

public DateTime? FromDate { get; set; }

Property Value

DateTime?

DateTime

Gets or sets search for Data Permissions at this date or before.

public DateTime? ToDate { get; set; }

Property Value

DateTime?

DateTime