Table of Contents

Class SourceSearch

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

true search The object used to specify the arguments when searching for a Source.

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

Constructors

SourceSearch()

Initializes a new instance of the SourceSearch class.Constructor.

public SourceSearch()

SourceSearch(Id?)

Initializes a new instance of the SourceSearch class.Constructor.

public SourceSearch(Id? id)

Parameters

id Id

The identifier.

Properties

Ids

Gets or sets search for Source with these unique Id(s). Only supported for FaultData.

public IEnumerable<Id>? Ids { get; set; }

Property Value

IEnumerable<Id>

IList<T>

Name

Gets or sets the name of the Source search criteria.

public string? Name { get; set; }

Property Value

string

Nullable<T> where T is. string

Version

Gets or sets the row version of the Source search criteria.

public override long? Version { get; set; }

Property Value

long?

Nullable<T> where T is. long