Table of Contents

Class DistributionListSearch

Namespace
Geotab.Checkmate.ObjectModel
Assembly
Geotab.Checkmate.ObjectModel.dll

false search The object used to specify the arguments when searching for DistributionList(s).

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 Id

The Id.

Properties

MaxId

Gets or sets the maximum Id of the search criteria.

public Id? MaxId { get; set; }

Property Value

Id

Id

RecipientSearch

Gets or sets search for DistributionLists with these full Recipient objects. Available RuleSearch options are:.

public RecipientSearch? RecipientSearch { get; set; }

Property Value

RecipientSearch

Recipient

RuleSearch

Gets or sets search for DistributionLists with this RuleSearch Id. Available RuleSearch options are:.

public RuleSearch? RuleSearch { get; set; }

Property Value

RuleSearch

RuleSearch