C# Класс Admin.Pages.EditPage

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

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

Метод Описание
GetCallbackResult ( ) : string

Returns the results of a callback event that targets a control.

RaiseCallbackEvent ( string eventArgument ) : void

Processes a callback event that targets a control.

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

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

Handles the Click event of the btnUploadVideo control.

OnInit ( EventArgs e ) : void

Raises the E:System.Web.UI.Control.Init event to initialize the page.

OnLoad ( EventArgs e ) : void

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

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

Метод Описание
BindPage ( System.Guid pageId ) : void

The bind page.

BindParents ( System.Guid pageId ) : void

The bind parents.

BtnSaveClick ( object sender, EventArgs e ) : void

Handles the Click event of the btnSave control.

BtnUploadFileClick ( object sender, EventArgs e ) : void

Handles the Click event of the btnUploadFile control.

BtnUploadImageClick ( object sender, EventArgs e ) : void

Handles the Click event of the btnUploadImage control.

BuildChildPageList ( BlogEngine page ) : System.Web.UI.HtmlControls.HtmlGenericControl

Builds the child page list.

DeletePage ( System.Guid pageId ) : void

The delete page.

ResetParentPage ( BlogEngine page ) : void

Resets the parent page.

SizeFormat ( float size, string formatString ) : string

Formats the size.

Upload ( string virtualFolder, System.Web.UI.WebControls.FileUpload control, string fileName ) : void

Uploads the specified virtual folder.

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

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

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

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

Returns the results of a callback event that targets a control.
public GetCallbackResult ( ) : string
Результат string

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

Raises the E:System.Web.UI.Control.Init event to initialize the page.
protected OnInit ( EventArgs e ) : void
e System.EventArgs An 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

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

Processes a callback event that targets a control.
public RaiseCallbackEvent ( string eventArgument ) : void
eventArgument string A string that represents an event argument to pass to the event handler.
Результат void