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 |
Method | Description | |
---|---|---|
BTN_Generate_Click ( object sender, |
||
Page_Load ( object sender, |
Method | Description | |
---|---|---|
CreateService ( string serverName, string OrganizationName, string Login, string Password, string Domain ) : OrganizationServiceProxy | ||
GetEntityType ( string EntityName ) : int | ||
LoadDataInDropDowns ( string EntityName ) : void | ||
ValidateFields ( ) : bool |
protected BTN_Generate_Click ( object sender, |
||
sender | object | |
e | ||
return | void |
protected Page_Load ( object sender, |
||
sender | object | |
e | ||
return | void |
protected global::System.Web.UI.WebControls.Button BTN_Generate | ||
return | global::System.Web.UI.WebControls.Button |
protected global::System.Web.UI.WebControls.DropDownList DDL_Action | ||
return | global::System.Web.UI.WebControls.DropDownList |
protected global::System.Web.UI.WebControls.DropDownList DDL_Templates | ||
return | global::System.Web.UI.WebControls.DropDownList |
protected global::System.Web.UI.WebControls.Label LBL_Message | ||
return | global::System.Web.UI.WebControls.Label |
protected global::System.Web.UI.WebControls.TextBox TXT_FileName | ||
return | global::System.Web.UI.WebControls.TextBox |