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

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

보호된 프로퍼티들

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