C# Class BoxInformation.Search

Inheritance: System.Web.UI.Page, IView
Afficher le fichier Open project: NathanGloyn/Is-your-code-SOLID

Protected Properties

Свойство 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

Свойство Type Description

Méthodes publiques

Méthode Description
AddRecord_Click ( object sender, EventArgs e ) : void
Search_Click ( object sender, EventArgs e ) : void

Méthodes protégées

Méthode Description
Page_Load ( object sender, EventArgs e ) : void

Method Details

AddRecord_Click() public méthode

public AddRecord_Click ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
Résultat void

Page_Load() protected méthode

protected Page_Load ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
Résultat void

Search_Click() public méthode

public Search_Click ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
Résultat 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
Résultat 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
Résultat 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
Résultat 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
Résultat 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
Résultat 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
Résultat 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
Résultat 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
Résultat 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
Résultat 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
Résultat 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
Résultat global::System.Web.UI.WebControls.TextBox