C# Класс OneClick_PDF_Document_Generator.OneClickPDFPage

Наследование: System.Web.UI.Page
Показать файл Открыть проект

Защищенные свойства (Protected)

Свойство Тип Описание
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