C# Класс RockWeb.Blocks.Core.MergeTemplateDetail

Наследование: Rock.Web.UI.RockBlock, IDetailBlock
Показать файл Открыть проект

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

Метод Описание
ShowDetail ( int mergeTemplateId ) : void

Shows the detail.

ShowDetail ( int mergeTemplateId, int parentCategoryId ) : void

Shows the detail.

ShowEditDetails ( MergeTemplate mergeTemplate ) : void

Shows the edit details.

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

Метод Описание
Block_BlockUpdated ( object sender, EventArgs e ) : void

Handles the BlockUpdated event of the control.

OnInit ( EventArgs e ) : void

Raises the E:System.Web.UI.Control.Init event.

OnLoad ( EventArgs e ) : void

Raises the E:System.Web.UI.Control.Load event.

btnCancel_Click ( object sender, EventArgs e ) : void

Handles the Click event of the btnCancel control.

btnDelete_Click ( object sender, EventArgs e ) : void

Handles the Click event of the btnDelete control.

btnEdit_Click ( object sender, EventArgs e ) : void

Handles the Click event of the btnEdit control.

btnSave_Click ( object sender, EventArgs e ) : void

Handles the Click event of the btnSave control.

fuTemplateBinaryFile_FileUploaded ( object sender, EventArgs e ) : void

Handles the FileUploaded event of the fuTemplateBinaryFile control.

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

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

Loads the drop downs.

SetEditMode ( bool editable ) : void

Sets the edit mode.

ShowReadonlyDetails ( MergeTemplate mergeTemplate ) : void

Shows the readonly details.

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

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

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

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

Raises the E:System.Web.UI.Control.Init event.
protected OnInit ( EventArgs e ) : void
e System.EventArgs An object that contains the event data.
Результат void

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

Raises the E:System.Web.UI.Control.Load event.
protected OnLoad ( EventArgs e ) : void
e System.EventArgs The object that contains the event data.
Результат void

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

Shows the detail.
public ShowDetail ( int mergeTemplateId ) : void
mergeTemplateId int The mergeTemplateId value.
Результат void

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

Shows the detail.
public ShowDetail ( int mergeTemplateId, int parentCategoryId ) : void
mergeTemplateId int The merge template identifier.
parentCategoryId int The parent category identifier.
Результат void

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

Shows the edit details.
public ShowEditDetails ( MergeTemplate mergeTemplate ) : void
mergeTemplate MergeTemplate The merge template.
Результат void

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

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

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

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

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

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

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

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

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

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