Table of Contents

Class CustomPropertySearch

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

A new search property for entities that support custom properties.

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

Constructors

CustomPropertySearch()

Initializes a new instance of the CustomPropertySearch class.Constructor.

public CustomPropertySearch()

CustomPropertySearch(Id)

Initializes a new instance of the CustomPropertySearch class.Constructor.

public CustomPropertySearch(Id id)

Parameters

id Id

Id

Properties

PropertySearches

Gets or sets search for Entities that are a member of these PropertySearch(s). Each PropertySearch is an object within the array. Available PropertySearch options are:

public List<PropertySearch>? PropertySearches { get; set; }

Property Value

List<PropertySearch>

IList<T>

PropertySetSearches

Gets or sets search for Entities that are a member of these PropertySetSearch(s). Each PropertySetSearch is an object within the array. Available PropertySetSearch options are:

public List<PropertySetSearch>? PropertySetSearches { get; set; }

Property Value

List<PropertySetSearch>

IList<T>

Value

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

public string? Value { get; set; }

Property Value

string

string