C# Class RockWeb.Blocks.Communication.CommunicationEntry.Recipient

Afficher le fichier Open project: NewSpring/Rock

Méthodes publiques

Méthode Description
PreferenceMessage ( Recipient recipient ) : string
Recipient ( Person person, bool personHasSMS, CommunicationRecipientStatus status, string statusNote = "", string openedClient = "", System.DateTime openedDateTime = null ) : System

Initializes a new instance of the Recipient class.

Method Details

PreferenceMessage() public static méthode

public static PreferenceMessage ( Recipient recipient ) : string
recipient Recipient
Résultat string

Recipient() public méthode

Initializes a new instance of the Recipient class.
public Recipient ( Person person, bool personHasSMS, CommunicationRecipientStatus status, string statusNote = "", string openedClient = "", System.DateTime openedDateTime = null ) : System
person Person
personHasSMS bool
status CommunicationRecipientStatus The status.
statusNote string
openedClient string
openedDateTime System.DateTime
Résultat System