C# Class main, Tp.HelpDesk

Inheritance: MonoBehaviour
Afficher le fichier Open project: TargetProcess/Tp.HelpDesk Class Usage Examples

Protected Properties

Свойство 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

Méthodes protégées

Méthode 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 méthode

protected Page_Load ( object sender, EventArgs, e ) : void
sender object
e EventArgs,
Résultat void

btnSearch_Click() protected méthode

protected btnSearch_Click ( object sender, EventArgs e ) : void
sender object
e EventArgs
Résultat void

loginStatus_LoggingOut() protected méthode

protected loginStatus_LoggingOut ( object sender, LoginCancelEventArgs e ) : void
sender object
e LoginCancelEventArgs
Résultat 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
Résultat 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
Résultat 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
Résultat 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
Résultat 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
Résultat 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
Résultat 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
Résultat 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
Résultat 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
Résultat 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
Résultat 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
Résultat 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
Résultat 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
Résultat 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
Résultat global::Hd.Web.Extensions.TpTextBox