Class TrailerSearch
- Namespace
- Geotab.Checkmate.ObjectModel
- Assembly
- Geotab.Checkmate.ObjectModel.dll
public class TrailerSearch : Search, IEntity
- Inheritance
-
TrailerSearch
- Implements
- Inherited Members
Constructors
TrailerSearch()
Initializes a new instance of the TrailerSearch class. The object used to specify the arguments when searching for Trailers.
public TrailerSearch()
TrailerSearch(Id?)
Initializes a new instance of the TrailerSearch class. The object used to specify the arguments when searching for Trailers.
public TrailerSearch(Id? id)
Parameters
Properties
GroupFilterCondition
Gets or sets for Trailers that are members of these groups or one of it's children using and/or relations .
public GroupFilterCondition? GroupFilterCondition { get; set; }
Property Value
Groups
Gets or sets search for Trailers 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 Trailers with a name containing this string. Wildcard can be used by prepending/appending "%" to string.
public string? Name { get; set; }