C# Class Rock.Communication.MediumComponent

Inheritance: Rock.Extension.Component
Afficher le fichier Open project: NewSpring/Rock

Méthodes publiques

Méthode Description
GetControl ( bool useSimpleMode ) : MediumControl

Gets the control.

GetHtmlPreview ( Model communication, Person person ) : string

Gets the HTML preview.

GetMessageDetails ( Model communication ) : string

Gets the read-only message details.

MediumComponent ( ) : System

Initializes a new instance of the MediumComponent class.

Send ( Rock communication ) : void

Sends the specified communication.

Method Details

GetControl() public abstract méthode

Gets the control.
public abstract GetControl ( bool useSimpleMode ) : MediumControl
useSimpleMode bool if set to true [use simple mode].
Résultat Rock.Web.UI.Controls.Communication.MediumControl

GetHtmlPreview() public abstract méthode

Gets the HTML preview.
public abstract GetHtmlPreview ( Model communication, Person person ) : string
communication Model The communication.
person Person The person.
Résultat string

GetMessageDetails() public abstract méthode

Gets the read-only message details.
public abstract GetMessageDetails ( Model communication ) : string
communication Model The communication.
Résultat string

MediumComponent() public méthode

Initializes a new instance of the MediumComponent class.
public MediumComponent ( ) : System
Résultat System

Send() public méthode

Sends the specified communication.
public Send ( Rock communication ) : void
communication Rock The communication.
Résultat void