C# 클래스 BoxInformation.Search

상속: System.Web.UI.Page, IView
파일 보기 프로젝트 열기: NathanGloyn/Is-your-code-SOLID

보호된 프로퍼티들

프로퍼티 타입 설명
btnSearch global::System.Web.UI.WebControls.Button
dtlSearchResults global::System.Web.UI.WebControls.DataList
form1 global::System.Web.UI.HtmlControls.HtmlForm
lblClientContact global::System.Web.UI.WebControls.Label
lblClientName global::System.Web.UI.WebControls.Label
lblClientNumber global::System.Web.UI.WebControls.Label
litAddRecord global::System.Web.UI.WebControls.Literal
lnkAddNew global::System.Web.UI.WebControls.HyperLink
txtClientContact global::System.Web.UI.WebControls.TextBox
txtClientName global::System.Web.UI.WebControls.TextBox
txtClientNumber global::System.Web.UI.WebControls.TextBox

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
AddRecord_Click ( object sender, EventArgs e ) : void
Search_Click ( object sender, EventArgs e ) : void

보호된 메소드들

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

메소드 상세

AddRecord_Click() 공개 메소드

public AddRecord_Click ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
리턴 void

Page_Load() 보호된 메소드

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

Search_Click() 공개 메소드

public Search_Click ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
리턴 void

프로퍼티 상세

btnSearch 보호되어 있는 프로퍼티

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

dtlSearchResults 보호되어 있는 프로퍼티

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

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

lblClientContact 보호되어 있는 프로퍼티

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

lblClientName 보호되어 있는 프로퍼티

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

lblClientNumber 보호되어 있는 프로퍼티

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

litAddRecord 보호되어 있는 프로퍼티

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

lnkAddNew 보호되어 있는 프로퍼티

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

txtClientContact 보호되어 있는 프로퍼티

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

txtClientName 보호되어 있는 프로퍼티

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

txtClientNumber 보호되어 있는 프로퍼티

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