Class RecipientSearch
- Namespace
- Geotab.Checkmate.ObjectModel
- Assembly
- Geotab.Checkmate.ObjectModel.dll
public class RecipientSearch : Search, IEntity- Inheritance
- 
      
      
      RecipientSearch
- Implements
- Inherited Members
Constructors
RecipientSearch()
Initializes a new instance of the RecipientSearch class.Constructor.
public RecipientSearch()RecipientSearch(Id?)
Initializes a new instance of the RecipientSearch class.Constructor.
public RecipientSearch(Id? id)Parameters
- idId
- The Id. 
Properties
RecipientType
Gets or sets search for Recipient of this RecipientType.
public RecipientType RecipientType { get; set; }Property Value
Methods
RecipientSearchsToRecipients(IList<object>?)
Convert a list of RecipientSearch to a list of Recipient.
public static Recipient[]? RecipientSearchsToRecipients(IList<object>? recipientSearchs)