Table of Contents

Class DVIRDefectSearch

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

The object used to specify the arguments when searching for DVIRDefect(s).

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

Constructors

DVIRDefectSearch()

Initializes a new instance of the DVIRDefectSearch class.The object used to specify the arguments when searching for AnnotationLogs.

public DVIRDefectSearch()

DVIRDefectSearch(DVIRLogSearch, UserSearch, GroupSearch, DateTime?, DateTime?)

Initializes a new instance of the DVIRDefectSearch class.The object used to specify the arguments when searching for DVIRDefect.

public DVIRDefectSearch(DVIRLogSearch dvirLogSearch, UserSearch userSearch, GroupSearch defectSearch, DateTime? fromDate = null, DateTime? toDate = null)

Parameters

dvirLogSearch DVIRLogSearch

Search DVIRDefect by its DVIRLog ID DVIRLog

userSearch UserSearch

Search DVIRDefect by its RepairUser ID User

defectSearch GroupSearch

Search DVIRDefect by its Defect ID Group

fromDate DateTime?

The minimum DateTime to search for.

toDate DateTime?

The maximum DateTime to search for.

DVIRDefectSearch(Id)

Initializes a new instance of the DVIRDefectSearch class.The object used to specify the arguments when searching for DVIRDefect.

public DVIRDefectSearch(Id id)

Parameters

id Id

Id.

Properties

DVIRLogSearch

Gets or sets search for DVIRDefect with this DVIRLogSearch Id. Available DVIRLogSearch options are:.

public DVIRLogSearch? DVIRLogSearch { get; set; }

Property Value

DVIRLogSearch

DVIRLogSearch

DefectSearch

Gets or sets search for DVIRDefect that are a member of these defect Group(s). Available GroupSearch options are:.

public GroupSearch? DefectSearch { get; set; }

Property Value

GroupSearch

IList<T>

FromDate

Gets or sets search for DVIRDefect that were recorded at this date or after.

public DateTime? FromDate { get; set; }

Property Value

DateTime?

DateTime

ToDate

Gets or sets search for DVIRDefect that were recorded at this date or before.

public DateTime? ToDate { get; set; }

Property Value

DateTime?

DateTime

UserSearch

Gets or sets search for DVIRDefects with this UserSearch Id. Available UserSearch options are:.

public UserSearch? UserSearch { get; set; }

Property Value

UserSearch

UserSearch