Class Search
- Namespace
- Geotab.Checkmate.ObjectModel
- Assembly
- Geotab.Checkmate.ObjectModel.dll
public class Search : IEntity
- Inheritance
-
Search
- Implements
- Derived
- Inherited Members
Constructors
Search()
Initializes a new instance of the Search class.Constructor.
public Search()
Search(Id?)
Initializes a new instance of the Search class.Constructor.
public Search(Id? id)
Parameters
idIdThe identifier.
Properties
Id
Gets or sets search for an entry based on the specific Id.
public virtual Id? Id { get; set; }
Property Value
Version
Gets or sets the row version of the search criteria.
public virtual long? Version { get; set; }
Property Value
- long?
Nullable<T> where T is. long
Methods
Clone()
Clone this IEntity.
public virtual IEntity Clone()
Returns
Exceptions
- NotSupportedException
Do not support clone.
GetReadOnly()
Creates a new object that is a read-only copy of the current instance.
public IEntity GetReadOnly()