Class SourceSearch
- Namespace
- Geotab.Checkmate.ObjectModel.Engine
- Assembly
- Geotab.Checkmate.ObjectModel.dll
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
IdThe identifier.
Properties
Ids
public IEnumerable<Id>? Ids { get; set; }
Property Value
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