C# Class main, Tp.HelpDesk

Inheritance: MonoBehaviour
Exibir arquivo Open project: TargetProcess/Tp.HelpDesk Class Usage Examples

Protected Properties

Property Type Description
RequiredFieldValidator1 global::System.Web.UI.WebControls.RequiredFieldValidator
btnSearch global::System.Web.UI.WebControls.Button
frm global::System.Web.UI.HtmlControls.HtmlForm
lblLoginName global::System.Web.UI.WebControls.Label
loginStatus global::Hd.Web.Extensions.TpLoginStatus
lstA global::Hd.Web.Extensions.LastActionLabel
plcContent global::System.Web.UI.WebControls.ContentPlaceHolder
pnlLastAction global::System.Web.UI.UpdatePanel
settingsLink global::System.Web.UI.WebControls.HyperLink
sm global::System.Web.UI.ScriptManager
spanUsername global::System.Web.UI.HtmlControls.HtmlGenericControl
tabs global::System.Web.UI.WebControls.ContentPlaceHolder
tblSearch global::System.Web.UI.HtmlControls.HtmlTable
txtSearch global::Hd.Web.Extensions.TpTextBox

Protected Methods

Method Description
Page_Load ( object sender, EventArgs, e ) : void
btnSearch_Click ( object sender, EventArgs e ) : void
loginStatus_LoggingOut ( object sender, LoginCancelEventArgs e ) : void

Method Details

Page_Load() protected method

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

btnSearch_Click() protected method

protected btnSearch_Click ( object sender, EventArgs e ) : void
sender object
e EventArgs
return void

loginStatus_LoggingOut() protected method

protected loginStatus_LoggingOut ( object sender, LoginCancelEventArgs e ) : void
sender object
e LoginCancelEventArgs
return void

Property Details

RequiredFieldValidator1 protected_oe property

RequiredFieldValidator1 control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.RequiredFieldValidator RequiredFieldValidator1
return global::System.Web.UI.WebControls.RequiredFieldValidator

btnSearch protected_oe property

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

frm protected_oe property

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

lblLoginName protected_oe property

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

loginStatus protected_oe property

loginStatus control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::Hd.Web.Extensions.TpLoginStatus loginStatus
return global::Hd.Web.Extensions.TpLoginStatus

lstA protected_oe property

lstA control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::Hd.Web.Extensions.LastActionLabel lstA
return global::Hd.Web.Extensions.LastActionLabel

plcContent protected_oe property

plcContent control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.ContentPlaceHolder plcContent
return global::System.Web.UI.WebControls.ContentPlaceHolder

pnlLastAction protected_oe property

pnlLastAction control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.UpdatePanel pnlLastAction
return global::System.Web.UI.UpdatePanel

settingsLink protected_oe property

settingsLink control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.HyperLink settingsLink
return global::System.Web.UI.WebControls.HyperLink

sm protected_oe property

sm control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.ScriptManager sm
return global::System.Web.UI.ScriptManager

spanUsername protected_oe property

spanUsername control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.HtmlControls.HtmlGenericControl spanUsername
return global::System.Web.UI.HtmlControls.HtmlGenericControl

tabs protected_oe property

tabs control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.ContentPlaceHolder tabs
return global::System.Web.UI.WebControls.ContentPlaceHolder

tblSearch protected_oe property

tblSearch control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.HtmlControls.HtmlTable tblSearch
return global::System.Web.UI.HtmlControls.HtmlTable

txtSearch protected_oe property

txtSearch control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::Hd.Web.Extensions.TpTextBox txtSearch
return global::Hd.Web.Extensions.TpTextBox