C# Class BoxInformation.Search

Inheritance: System.Web.UI.Page, IView
Exibir arquivo Open project: NathanGloyn/Is-your-code-SOLID

Protected Properties

Property Type Description
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

Property Type Description

Public Methods

Method Description
AddRecord_Click ( object sender, EventArgs e ) : void
Search_Click ( object sender, EventArgs e ) : void

Protected Methods

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

Method Details

AddRecord_Click() public method

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

Page_Load() protected method

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

Search_Click() public method

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

Property Details

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

dtlSearchResults protected_oe property

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
return global::System.Web.UI.WebControls.DataList

form1 protected_oe property

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
return global::System.Web.UI.HtmlControls.HtmlForm

lblClientContact protected_oe property

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

lblClientName protected_oe property

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

lblClientNumber protected_oe property

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

litAddRecord protected_oe property

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
return global::System.Web.UI.WebControls.Literal

lnkAddNew protected_oe property

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
return global::System.Web.UI.WebControls.HyperLink

txtClientContact protected_oe property

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

txtClientName protected_oe property

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

txtClientNumber protected_oe property

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