C# Class Profiles.Login.Modules.ADLogin.ADLogin

Show file Open project: ProfilesRNS/ProfilesRNS

Protected Properties

Property Type Description
cmdSubmit global::System.Web.UI.WebControls.ImageButton
lblError global::System.Web.UI.WebControls.Label
txtPassword global::System.Web.UI.WebControls.TextBox
txtUserName global::System.Web.UI.WebControls.TextBox

Public Methods

Method Description
ADLogin ( ) : System
ADLogin ( XmlDocument pagedata, List moduleparams, XmlNamespaceManager pagenamespaces ) : System

Protected Methods

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

Private Methods

Method Description
LoadAssets ( ) : void

Method Details

ADLogin() public method

public ADLogin ( ) : System
return System

ADLogin() public method

public ADLogin ( XmlDocument pagedata, List moduleparams, XmlNamespaceManager pagenamespaces ) : System
pagedata XmlDocument
moduleparams List
pagenamespaces XmlNamespaceManager
return System

Page_Load() protected method

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

cmdSubmit_Click() protected method

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

Property Details

cmdSubmit protected property

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

lblError protected property

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

txtPassword protected property

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

txtUserName protected property

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