Class PropertySetSearch
- Namespace
- Geotab.Checkmate.ObjectModel
- Assembly
- Geotab.Checkmate.ObjectModel.dll
The search object of the PropertySet class.
public class PropertySetSearch : Search, IEntity
- Inheritance
-
PropertySetSearch
- Implements
- Inherited Members
Constructors
PropertySetSearch()
Initializes a new instance of the PropertySetSearch class.Constructor.
public PropertySetSearch()
PropertySetSearch(Id)
Initializes a new instance of the PropertySetSearch class.Constructor.
public PropertySetSearch(Id id)
Parameters
Properties
ExternalReference
Gets or sets search for PropertySets with this External Reference. Wildcard can be used by prepending/appending "%" to string. Example "%comments%".
public string? ExternalReference { get; set; }
Property Value
GroupFilterCondition
Gets or sets the PropertySets that belong to groups that are combined with the and/or relation.
public GroupFilterCondition? GroupFilterCondition { get; set; }
Property Value
Groups
Gets or sets search for PropertySets that are members of these GroupSearch(s) one of it's children or one of it's parents. Available GroupSearch options are:.
public List<GroupSearch>? Groups { get; set; }
Property Value
Name
Gets or sets search for PropertySets with this Name. Wildcard can be used by prepending/appending "%" to string. Example "%comments%".
public string? Name { get; set; }