C# Класс GSoft.Dynamite.Utils.DialogLayoutsPageBage

Base page for dialog layout pages.
Наследование: LayoutsPageBase
Показать файл Открыть проект

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

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

Cancels the button click.

CloseDialog ( ) : void

Closes the dialog.

CloseDialog ( int result ) : void

Closes the dialog.

CloseDialog ( int result, string returnValue ) : void

Closes the dialog.

OnLoad ( EventArgs e ) : void

Represents that method that handles the E:System.Web.UI.Control.Load event of the page.

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

Метод Описание
IsLayoutFolderInTheWeb ( string strServerRelativeWebUrl ) : bool
Redirect ( ) : void

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

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

Cancels the button click.
protected CancelButtonClick ( object sender, EventArgs e ) : void
sender object The sender.
e System.EventArgs The instance containing the event data.
Результат void

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

Closes the dialog.
protected CloseDialog ( ) : void
Результат void

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

Closes the dialog.
protected CloseDialog ( int result ) : void
result int Result code to pass. Available codes are: -1 = invalid; 0 = cancel; 1 = OK
Результат void

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

Closes the dialog.
protected CloseDialog ( int result, string returnValue ) : void
result int The result.
returnValue string The return value.
Результат void

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

Represents that method that handles the E:System.Web.UI.Control.Load event of the page.
File not found.
protected OnLoad ( EventArgs e ) : void
e System.EventArgs A that contains the event data.
Результат void