Table of Contents

Class TagSearch

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

The object used to specify the arguments when searching Tag entries.

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

Constructors

TagSearch()

public TagSearch()

Properties

Name

Gets or sets search for Tags with this Name. Wildcard can be used by prepending/appending "%" to string. Example "%name%".

public string? Name { get; set; }

Property Value

string

string

Names

Gets or sets search for tag names. Supports up to 500 names. Does not support wildcards.

public IEnumerable<string>? Names { get; set; }

Property Value

IEnumerable<string>

Array

TagIds

Gets or sets search for Tag with given Tag Ids. Supports up to 500 Ids.

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

Property Value

IEnumerable<Id>

Array