Class AuditSearch
- Namespace
- Geotab.Checkmate.ObjectModel
- Assembly
- Geotab.Checkmate.ObjectModel.dll
The object used to specify the arguments when searching Audit entries.
public class AuditSearch : Search, IEntity
- Inheritance
-
AuditSearch
- Implements
- Inherited Members
Constructors
AuditSearch()
public AuditSearch()
Properties
FromDate
Gets or sets search for audit entries that were recorded at this date or after.
public DateTime? FromDate { get; set; }
Property Value
Keywords
Gets or sets search for entities that contain specific keywords in all wildcard string-searchable fields.
public IList<string>? Keywords { get; set; }
Property Value
Name
Gets or sets search for audit entries with this Name. Wildcard can be used by prepending/appending "%" to string. Example "%name%".
public string? Name { get; set; }
Property Value
ToDate
Gets or sets search for audit entries that were recorded before this date.
public DateTime? ToDate { get; set; }
Property Value
UserName
Gets or sets search for audit entries with this User Name. Wildcard can be used by prepending/appending "%" to string. Example "%name%".
public string? UserName { get; set; }
Property Value
Version
Gets or sets the row version of the Audit search criteria.
public override long? Version { get; set; }