Class DistributionListSearch
- Namespace
- Geotab.Checkmate.ObjectModel
- Assembly
- Geotab.Checkmate.ObjectModel.dll
public class DistributionListSearch : Search, IEntity
- Inheritance
-
DistributionListSearch
- Implements
- Inherited Members
Constructors
DistributionListSearch()
Initializes a new instance of the DistributionListSearch class.Constructor.
public DistributionListSearch()
DistributionListSearch(Id)
Initializes a new instance of the DistributionListSearch class.Constructor.
public DistributionListSearch(Id id)
Parameters
id
IdThe Id.
Properties
MaxId
Gets or sets the maximum Id of the search criteria.
public Id? MaxId { get; set; }
Property Value
RecipientSearch
Gets or sets search for DistributionLists with these full Recipient objects. Available RuleSearch options are:.
public RecipientSearch? RecipientSearch { get; set; }
Property Value
RuleSearch
Gets or sets search for DistributionLists with this RuleSearch Id. Available RuleSearch options are:.
public RuleSearch? RuleSearch { get; set; }