C# Class OneClick_PDF_Document_Generator.OneClickPDFPage

Inheritance: System.Web.UI.Page
Show file Open project: aspose-pdf/Aspose.Pdf-for-.NET

Protected Properties

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

Protected Methods

Method Description
BTN_Generate_Click ( object sender, EventArgs e ) : void
Page_Load ( object sender, EventArgs e ) : void

Private Methods

Method Description
CreateService ( string serverName, string OrganizationName, string Login, string Password, string Domain ) : OrganizationServiceProxy
GetEntityType ( string EntityName ) : int
LoadDataInDropDowns ( string EntityName ) : void
ValidateFields ( ) : bool

Method Details

BTN_Generate_Click() protected method

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

Page_Load() protected method

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

Property Details

BTN_Generate protected property

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

DDL_Action protected property

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

DDL_Templates protected property

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

LBL_Message protected property

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

TXT_FileName protected property

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

form1 protected property

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