C# 클래스 OneClick_PDF_Document_Generator.OneClickPDFPage

상속: System.Web.UI.Page
파일 보기 프로젝트 열기: aspose-pdf/Aspose.Pdf-for-.NET

보호된 프로퍼티들

프로퍼티 타입 설명
BTN_Generate global::System.Web.UI.WebControls.Button
DDL_Action global::System.Web.UI.WebControls.DropDownList
DDL_Templates global::System.Web.UI.WebControls.DropDownList
LBL_Message global::System.Web.UI.WebControls.Label
TXT_FileName global::System.Web.UI.WebControls.TextBox
form1 global::System.Web.UI.HtmlControls.HtmlForm

보호된 메소드들

메소드 설명
BTN_Generate_Click ( object sender, EventArgs e ) : void
Page_Load ( object sender, EventArgs e ) : void

비공개 메소드들

메소드 설명
CreateService ( string serverName, string OrganizationName, string Login, string Password, string Domain ) : OrganizationServiceProxy
GetEntityType ( string EntityName ) : int
LoadDataInDropDowns ( string EntityName ) : void
ValidateFields ( ) : bool

메소드 상세

BTN_Generate_Click() 보호된 메소드

protected BTN_Generate_Click ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
리턴 void

Page_Load() 보호된 메소드

protected Page_Load ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
리턴 void

프로퍼티 상세

BTN_Generate 보호되어 있는 프로퍼티

BTN_Generate control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.Button BTN_Generate
리턴 global::System.Web.UI.WebControls.Button

DDL_Action 보호되어 있는 프로퍼티

DDL_Action control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.DropDownList DDL_Action
리턴 global::System.Web.UI.WebControls.DropDownList

DDL_Templates 보호되어 있는 프로퍼티

DDL_Templates control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.DropDownList DDL_Templates
리턴 global::System.Web.UI.WebControls.DropDownList

LBL_Message 보호되어 있는 프로퍼티

LBL_Message control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.Label LBL_Message
리턴 global::System.Web.UI.WebControls.Label

TXT_FileName 보호되어 있는 프로퍼티

TXT_FileName control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.TextBox TXT_FileName
리턴 global::System.Web.UI.WebControls.TextBox

form1 보호되어 있는 프로퍼티

form1 control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.HtmlControls.HtmlForm form1
리턴 global::System.Web.UI.HtmlControls.HtmlForm