Table of Contents

Class UserHosRuleSetSearch

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

false search The object used to specify the arguments when searching for HosRuleSet objects.

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 UserSearch

The 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

DateTime?

DateTime

MaxVersion

Gets or sets false Search for UserHosRuleSets with a maximum of this version.

public long? MaxVersion { get; set; }

Property Value

long?

Nullable<T> where T is. long

MinVersion

Gets or sets false Search for UserHosRuleSets with a minimum of this version.

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

DateTime?

DateTime

UserSearch

Gets or sets search for hos ruleset objects with this UserSearch. Available UserSearch options are:.

public UserSearch? UserSearch { get; set; }

Property Value

UserSearch

UserSearch