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
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
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
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; }