C# Класс Aspose.Modules.AsposeDotNetNukeContentExport.View

Показать файл Открыть проект

Защищенные свойства (Protected)

Свойство Тип Описание
ExportButton global::System.Web.UI.WebControls.Button
ExportTypeDropDown global::System.Web.UI.WebControls.DropDownList
PageSourceHiddenField global::System.Web.UI.WebControls.HiddenField
PanesDropDownList global::System.Web.UI.WebControls.DropDownList

Private Properties

Свойство Тип Описание
ExportContent void
GetOutputFileName string
GetPortalRootSavePath string
LoadPanes void
SetLocalizationText void

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

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

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

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

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

Метод Описание
ExportContent ( string exportType ) : void
GetOutputFileName ( string extension ) : string
GetPortalRootSavePath ( ) : string
LoadPanes ( ) : void
SetLocalizationText ( ) : void

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

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

protected ExportButton_Click ( object sender, EventArgs e ) : void
sender object
e EventArgs
Результат void

GetSaveFormat() публичный статический Метод

public static GetSaveFormat ( string format ) : string
format string
Результат string

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

protected Page_Load ( object sender, EventArgs e ) : void
sender object
e EventArgs
Результат void

Описание свойств

ExportButton защищенное свойство

ExportButton control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.Button ExportButton
Результат global::System.Web.UI.WebControls.Button

ExportTypeDropDown защищенное свойство

ExportTypeDropDown control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.DropDownList ExportTypeDropDown
Результат global::System.Web.UI.WebControls.DropDownList

PageSourceHiddenField защищенное свойство

PageSourceHiddenField control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.HiddenField PageSourceHiddenField
Результат global::System.Web.UI.WebControls.HiddenField

PanesDropDownList защищенное свойство

PanesDropDownList control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.DropDownList PanesDropDownList
Результат global::System.Web.UI.WebControls.DropDownList