C# Класс Aspose.DotNetNuke.Modules.AsposeDynamicFormGeneratorExcel.View

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

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

Свойство Тип Описание
ClearFormButton global::System.Web.UI.WebControls.Button
ProcessButton global::System.Web.UI.WebControls.Button
error_msg global::System.Web.UI.HtmlControls.HtmlGenericControl
info_msg global::System.Web.UI.HtmlControls.HtmlGenericControl
lblTitle global::System.Web.UI.WebControls.Label
myPlaceHolder global::System.Web.UI.WebControls.PlaceHolder
success_msg global::System.Web.UI.HtmlControls.HtmlGenericControl

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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