C# 클래스 Samples.UserProfile

파일 보기 프로젝트 열기: paywithmimo/mimo-dotnet

보호된 프로퍼티들

프로퍼티 타입 설명
VldValueReq global::System.Web.UI.WebControls.RequiredFieldValidator
btnSubmit global::System.Web.UI.WebControls.Button
form1 global::System.Web.UI.HtmlControls.HtmlForm
lblUserProfile global::System.Web.UI.WebControls.Label
rdblSearchParameter global::System.Web.UI.WebControls.RadioButtonList
txtValue global::System.Web.UI.WebControls.TextBox

보호된 메소드들

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

Get User Profile based on search criteria

메소드 상세

Page_Load() 보호된 메소드

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

btn_Click() 보호된 메소드

Get User Profile based on search criteria
protected btn_Click ( object sender, EventArgs e ) : void
sender object
e EventArgs
리턴 void

프로퍼티 상세

VldValueReq 보호되어 있는 프로퍼티

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

btnSubmit 보호되어 있는 프로퍼티

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

form1 보호되어 있는 프로퍼티

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

lblUserProfile 보호되어 있는 프로퍼티

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

rdblSearchParameter 보호되어 있는 프로퍼티

rdblSearchParameter control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.RadioButtonList rdblSearchParameter
리턴 global::System.Web.UI.WebControls.RadioButtonList

txtValue 보호되어 있는 프로퍼티

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