C# 클래스 Profiles.Login.Modules.ADLogin.ADLogin

파일 보기 프로젝트 열기: ProfilesRNS/ProfilesRNS

보호된 프로퍼티들

프로퍼티 타입 설명
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

공개 메소드들

메소드 설명
ADLogin ( ) : System
ADLogin ( XmlDocument pagedata, List moduleparams, XmlNamespaceManager pagenamespaces ) : System

보호된 메소드들

메소드 설명
Page_Load ( object sender, EventArgs e ) : void
cmdSubmit_Click ( object sender, EventArgs e ) : void

비공개 메소드들

메소드 설명
LoadAssets ( ) : void

메소드 상세

ADLogin() 공개 메소드

public ADLogin ( ) : System
리턴 System

ADLogin() 공개 메소드

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

Page_Load() 보호된 메소드

protected Page_Load ( object sender, EventArgs e ) : void
sender object
e EventArgs
리턴 void

cmdSubmit_Click() 보호된 메소드

protected cmdSubmit_Click ( object sender, EventArgs e ) : void
sender object
e EventArgs
리턴 void

프로퍼티 상세

cmdSubmit 보호되어 있는 프로퍼티

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
리턴 global::System.Web.UI.WebControls.ImageButton

lblError 보호되어 있는 프로퍼티

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
리턴 global::System.Web.UI.WebControls.Label

txtPassword 보호되어 있는 프로퍼티

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
리턴 global::System.Web.UI.WebControls.TextBox

txtUserName 보호되어 있는 프로퍼티

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
리턴 global::System.Web.UI.WebControls.TextBox