C# Class Northwind.TestSite.CategoryItem

Inheritance: System.Web.BasePage
Mostra file Open project: nHydrate/nHydrate

Protected Properties

Property Type Description
cmdCancel global::System.Web.UI.WebControls.Button
cmdSave global::System.Web.UI.WebControls.Button
lblCategoryId global::System.Web.UI.WebControls.Label
txtDescription global::System.Web.UI.WebControls.TextBox
txtName global::System.Web.UI.WebControls.TextBox

Protected Methods

Method Description
OnInit ( EventArgs e ) : void
OnLoad ( EventArgs e ) : void

Private Methods

Method Description
Populate ( ) : void
cmdCancel_Click ( object sender, EventArgs e ) : void
cmdSave_Click ( object sender, EventArgs e ) : void

Method Details

OnInit() protected method

protected OnInit ( EventArgs e ) : void
e System.EventArgs
return void

OnLoad() protected method

protected OnLoad ( EventArgs e ) : void
e System.EventArgs
return void

Property Details

cmdCancel protected_oe property

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

cmdSave protected_oe property

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

lblCategoryId protected_oe property

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

txtDescription protected_oe property

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

txtName protected_oe property

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