Table of Contents

Class Search

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

true search Search that implements IEntity for search objects.

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

id Id

The identifier.

Properties

Id

Gets or sets search for an entry based on the specific Id.

public virtual Id? Id { get; set; }

Property Value

Id

Id

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

IEntity

IEntity

Exceptions

NotSupportedException

Do not support clone.

GetReadOnly()

Creates a new object that is a read-only copy of the current instance.

public IEntity GetReadOnly()

Returns

IEntity

IEntity