Class PropertySearch
- Namespace
- Geotab.Checkmate.ObjectModel
- Assembly
- Geotab.Checkmate.ObjectModel.dll
The search object for Property.
public class PropertySearch : Search, IEntity
- Inheritance
-
PropertySearch
- Implements
- Inherited Members
Constructors
PropertySearch()
Initializes a new instance of the PropertySearch class.Constructor.
public PropertySearch()
PropertySearch(Id)
Initializes a new instance of the PropertySearch class.Constructor.
public PropertySearch(Id id)
Parameters
Properties
ExternalReference
Gets or sets search for Properties with this External Reference. Wildcard can be used by prepending/appending "%" to string. Example "%externalreference%".
public string? ExternalReference { get; set; }
Property Value
Name
Gets or sets search for Properties with this Name. Wildcard can be used by prepending/appending "%" to string. Example "%name%".
public string? Name { get; set; }