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
DVIRLogSearchSearch DVIRDefect by its DVIRLog ID DVIRLog
userSearch
UserSearchSearch DVIRDefect by its RepairUser ID User
defectSearch
GroupSearchSearch 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
Properties
DVIRLogSearch
Gets or sets search for DVIRDefect with this DVIRLogSearch Id. Available DVIRLogSearch options are:.
public DVIRLogSearch? DVIRLogSearch { get; set; }
Property Value
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
FromDate
Gets or sets search for DVIRDefect that were recorded at this date or after.
public DateTime? FromDate { get; set; }
Property Value
ToDate
Gets or sets search for DVIRDefect that were recorded at this date or before.
public DateTime? ToDate { get; set; }
Property Value
UserSearch
Gets or sets search for DVIRDefects with this UserSearch Id. Available UserSearch options are:.
public UserSearch? UserSearch { get; set; }