Table of Contents

Class UnitOfMeasureSearch

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

The object used to specify the arguments when searching for a UnitOfMeasure.

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

Constructors

UnitOfMeasureSearch()

Initializes a new instance of the UnitOfMeasureSearch class.Constructor.

public UnitOfMeasureSearch()

UnitOfMeasureSearch(Id?)

Initializes a new instance of the UnitOfMeasureSearch class.Constructor.

public UnitOfMeasureSearch(Id? id)

Parameters

id Id

The Id.

Properties

Name

Gets or sets search for a UnitOfMeasure with a name containing this String. Wildcard can be used by prepending/appending "%" to string. Example "%name%".

public string? Name { get; set; }

Property Value

string

string The name.