Метод | Описание | |
---|---|---|
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.
|
public Email ( bool useSimpleMode ) : System | ||
useSimpleMode | bool | if set to |
Результат | System |
public InitializeFromSender ( Person sender ) : void | ||
sender | Person | The sender. |
Результат | void |
public OnCommunicationSave ( RockContext rockContext ) : void | ||
rockContext | RockContext | The rock context. |
Результат | void |
public RenderControl ( HtmlTextWriter writer ) : void | ||
writer | HtmlTextWriter | The |
Результат | void |
protected fuAttachments_FileUploaded ( object sender, EventArgs e ) : void | ||
sender | object | The source of the event. |
e | EventArgs | The |
Результат | void |