Class UserHosRuleSetSearch
- Namespace
- Geotab.Checkmate.ObjectModel
- Assembly
- Geotab.Checkmate.ObjectModel.dll
public class UserHosRuleSetSearch : Search, IEntity
- Inheritance
-
UserHosRuleSetSearch
- Implements
- Inherited Members
Constructors
UserHosRuleSetSearch()
Initializes a new instance of the UserHosRuleSetSearch class.
public UserHosRuleSetSearch()
UserHosRuleSetSearch(UserSearch?, DateTime?, DateTime?)
Initializes a new instance of the UserHosRuleSetSearch class.
public UserHosRuleSetSearch(UserSearch? userSearch, DateTime? fromDate, DateTime? toDate)
Parameters
userSearch
UserSearchThe user search.
fromDate
DateTime?From date.
toDate
DateTime?To date.
Properties
FromDate
Gets or sets search for hos ruleset objects that were recorded at this date or after.
public DateTime? FromDate { get; set; }
Property Value
MaxVersion
Gets or sets
public long? MaxVersion { get; set; }
Property Value
- long?
Nullable<T> where T is. long
MinVersion
Gets or sets
public long? MinVersion { get; set; }
Property Value
- long?
Nullable<T> where T is. long
ToDate
Gets or sets search for hos ruleset objects that were recorded at this date or before.
public DateTime? ToDate { get; set; }
Property Value
UserSearch
Gets or sets search for hos ruleset objects with this UserSearch. Available UserSearch options are:.
public UserSearch? UserSearch { get; set; }