C# 클래스 Aspose.DotNetNuke.Modules.AsposeDynamicFormGeneratorExcel.Settings

파일 보기 프로젝트 열기: aspose-cells/Aspose.Cells-for-.NET

보호된 프로퍼티들

프로퍼티 타입 설명
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