C# Class Aspose.DotNetNuke.Modules.AsposeDynamicFormGeneratorExcel.Settings

Datei anzeigen Open project: aspose-cells/Aspose.Cells-for-.NET

Protected Properties

Property Type Description
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

Public Methods

Method Description
LoadSettings ( ) : void

LoadSettings loads the settings from the Database and displays them

UpdateSettings ( ) : void

UpdateSettings saves the modified settings to the Database

Protected Methods

Method Description
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

Private Methods

Method Description
PopulateGrid ( ) : void

Method Details

ClearFormButton_Click() protected method

protected ClearFormButton_Click ( object sender, EventArgs e ) : void
sender object
e EventArgs
return void

GridView1_RowCommand() protected method

protected GridView1_RowCommand ( object sender, GridViewCommandEventArgs e ) : void
sender object
e GridViewCommandEventArgs
return void

LoadSettings() public method

LoadSettings loads the settings from the Database and displays them
public LoadSettings ( ) : void
return void

Page_Load() protected method

protected Page_Load ( object sender, EventArgs e ) : void
sender object
e EventArgs
return void

ProcessButton_Click() protected method

protected ProcessButton_Click ( object sender, EventArgs e ) : void
sender object
e EventArgs
return void

UpdateSettings() public method

UpdateSettings saves the modified settings to the Database
public UpdateSettings ( ) : void
return void

Property Details

ClearFormButton protected_oe property

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
return global::System.Web.UI.WebControls.Button

GridView1 protected_oe property

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
return global::System.Web.UI.WebControls.GridView

ProcessButton protected_oe property

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
return global::System.Web.UI.WebControls.Button

chkIsDisplay protected_oe property

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
return global::System.Web.UI.WebControls.CheckBox

ddlFieldType protected_oe property

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
return global::System.Web.UI.WebControls.DropDownList

error_msg protected_oe property

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
return global::System.Web.UI.HtmlControls.HtmlGenericControl

info_msg protected_oe property

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
return global::System.Web.UI.HtmlControls.HtmlGenericControl

lblDisplayonForm protected_oe property

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
return global::System.Web.UI.WebControls.Label

lblFieldID protected_oe property

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
return global::System.Web.UI.WebControls.Label

lblFieldLabelText protected_oe property

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
return global::System.Web.UI.WebControls.Label

lblFieldType protected_oe property

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
return global::System.Web.UI.WebControls.Label

lblFieldValues protected_oe property

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
return global::System.Web.UI.WebControls.Label

lblSortId protected_oe property

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
return global::System.Web.UI.WebControls.Label

lblTitle protected_oe property

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
return global::System.Web.UI.WebControls.Label

success_msg protected_oe property

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
return global::System.Web.UI.HtmlControls.HtmlGenericControl

txtFieldId protected_oe property

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
return global::System.Web.UI.WebControls.TextBox

txtFieldLableText protected_oe property

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
return global::System.Web.UI.WebControls.TextBox

txtFieldValues protected_oe property

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
return global::System.Web.UI.WebControls.TextBox

txtSortId protected_oe property

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
return global::System.Web.UI.WebControls.TextBox