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

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

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

Свойство Тип Описание
ClearFormButton global::System.Web.UI.WebControls.Button
GridView1 global::System.Web.UI.WebControls.GridView
ProcessButton global::System.Web.UI.WebControls.Button
chkIsDisplay global::System.Web.UI.WebControls.CheckBox
ddlFieldType global::System.Web.UI.WebControls.DropDownList
error_msg global::System.Web.UI.HtmlControls.HtmlGenericControl
info_msg global::System.Web.UI.HtmlControls.HtmlGenericControl
lblDisplayonForm global::System.Web.UI.WebControls.Label
lblFieldID global::System.Web.UI.WebControls.Label
lblFieldLabelText global::System.Web.UI.WebControls.Label
lblFieldType global::System.Web.UI.WebControls.Label
lblFieldValues global::System.Web.UI.WebControls.Label
lblSortId global::System.Web.UI.WebControls.Label
lblTitle global::System.Web.UI.WebControls.Label
success_msg global::System.Web.UI.HtmlControls.HtmlGenericControl
txtFieldId global::System.Web.UI.WebControls.TextBox
txtFieldLableText global::System.Web.UI.WebControls.TextBox
txtFieldValues global::System.Web.UI.WebControls.TextBox
txtSortId global::System.Web.UI.WebControls.TextBox

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

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

LoadSettings loads the settings from the Database and displays them

UpdateSettings ( ) : void

UpdateSettings saves the modified settings to the Database

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

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

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

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

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

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

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

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

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

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

LoadSettings loads the settings from the Database and displays them
public LoadSettings ( ) : void
Результат 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

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

UpdateSettings saves the modified settings to the Database
public UpdateSettings ( ) : void
Результат 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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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