C# Класс Rock.Communication.MediumComponent

Наследование: Rock.Extension.Component
Показать файл Открыть проект

Открытые методы

Метод Описание
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.

Описание методов

GetControl() публичный абстрактный Метод

Gets the control.
public abstract GetControl ( bool useSimpleMode ) : MediumControl
useSimpleMode bool if set to true [use simple mode].
Результат Rock.Web.UI.Controls.Communication.MediumControl

GetHtmlPreview() публичный абстрактный Метод

Gets the HTML preview.
public abstract GetHtmlPreview ( Model communication, Person person ) : string
communication Model The communication.
person Person The person.
Результат string

GetMessageDetails() публичный абстрактный Метод

Gets the read-only message details.
public abstract GetMessageDetails ( Model communication ) : string
communication Model The communication.
Результат string

MediumComponent() публичный Метод

Initializes a new instance of the MediumComponent class.
public MediumComponent ( ) : System
Результат System

Send() публичный Метод

Sends the specified communication.
public Send ( Rock communication ) : void
communication Rock The communication.
Результат void