Метод | Описание | |
---|---|---|
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, |
Handles the BlockUpdated event of the control.
|
|
OnInit ( |
Raises the E:System.Web.UI.Control.Init event.
|
|
OnLoad ( |
Raises the E:System.Web.UI.Control.Load event.
|
|
btnCancel_Click ( object sender, |
Handles the Click event of the btnCancel control.
|
|
btnDelete_Click ( object sender, |
Handles the Click event of the btnDelete control.
|
|
btnEdit_Click ( object sender, |
Handles the Click event of the btnEdit control.
|
|
btnSave_Click ( object sender, |
Handles the Click event of the btnSave control.
|
|
fuTemplateBinaryFile_FileUploaded ( object sender, |
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.
|
protected Block_BlockUpdated ( object sender, |
||
sender | object | The source of the event. |
e | The |
|
Результат | void |
protected OnInit ( |
||
e | An |
|
Результат | void |
protected OnLoad ( |
||
e | The |
|
Результат | void |
public ShowDetail ( int mergeTemplateId ) : void | ||
mergeTemplateId | int | The mergeTemplateId value. |
Результат | void |
public ShowDetail ( int mergeTemplateId, int parentCategoryId ) : void | ||
mergeTemplateId | int | The merge template identifier. |
parentCategoryId | int | The parent category identifier. |
Результат | void |
public ShowEditDetails ( MergeTemplate mergeTemplate ) : void | ||
mergeTemplate | MergeTemplate | The merge template. |
Результат | void |
protected btnCancel_Click ( object sender, |
||
sender | object | The source of the event. |
e | The |
|
Результат | void |
protected btnDelete_Click ( object sender, |
||
sender | object | The source of the event. |
e | The |
|
Результат | void |
protected btnEdit_Click ( object sender, |
||
sender | object | The source of the event. |
e | The |
|
Результат | void |
protected btnSave_Click ( object sender, |
||
sender | object | The source of the event. |
e | The |
|
Результат | void |
protected fuTemplateBinaryFile_FileUploaded ( object sender, |
||
sender | object | The source of the event. |
e | The |
|
Результат | void |