Method | Description | |
---|---|---|
GetControl ( bool useSimpleMode ) : |
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.
|
public abstract GetControl ( bool useSimpleMode ) : |
||
useSimpleMode | bool | if set to |
return |
public abstract GetHtmlPreview ( Model communication, Person person ) : string | ||
communication | Model | The communication. |
person | Person | The person. |
return | string |
public abstract GetMessageDetails ( Model communication ) : string | ||
communication | Model | The communication. |
return | string |
public Send ( Rock communication ) : void | ||
communication | Rock | The communication. |
return | void |