C# Класс Rock.Web.UI.Controls.Communication.Email

Email Communication Medium control
Наследование: MediumControl
Показать файл Открыть проект

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

Метод Описание
Email ( ) : System

Initializes a new instance of the Email class.

Email ( bool useSimpleMode ) : System

Initializes a new instance of the Email class.

InitializeFromSender ( Person sender ) : void

On new communication, initializes controls from sender values

OnCommunicationSave ( RockContext rockContext ) : void

Called when [communication save].

RenderControl ( HtmlTextWriter writer ) : void

Outputs server control content to a provided T:System.Web.UI.HtmlTextWriter object and stores tracing information about the control if tracing is enabled.

Защищенные методы

Метод Описание
CreateChildControls ( ) : void

Called by the ASP.NET page framework to notify server controls that use composition-based implementation to create any child controls they contain in preparation for posting back or rendering.

fuAttachments_FileUploaded ( object sender, EventArgs e ) : void

Handles the FileUploaded event of the fuAttachments control.

Приватные методы

Метод Описание
RegisterClientScript ( ) : void

Registers the client script.

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

CreateChildControls() защищенный Метод

Called by the ASP.NET page framework to notify server controls that use composition-based implementation to create any child controls they contain in preparation for posting back or rendering.
protected CreateChildControls ( ) : void
Результат void

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

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

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

Initializes a new instance of the Email class.
public Email ( bool useSimpleMode ) : System
useSimpleMode bool if set to true [use simple mode].
Результат System

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

On new communication, initializes controls from sender values
public InitializeFromSender ( Person sender ) : void
sender Person The sender.
Результат void

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

Called when [communication save].
public OnCommunicationSave ( RockContext rockContext ) : void
rockContext RockContext The rock context.
Результат void

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

Outputs server control content to a provided T:System.Web.UI.HtmlTextWriter object and stores tracing information about the control if tracing is enabled.
public RenderControl ( HtmlTextWriter writer ) : void
writer HtmlTextWriter The object that receives the control content.
Результат void

fuAttachments_FileUploaded() защищенный Метод

Handles the FileUploaded event of the fuAttachments control.
protected fuAttachments_FileUploaded ( object sender, EventArgs e ) : void
sender object The source of the event.
e EventArgs The instance containing the event data.
Результат void