C# Class Northwind.TestSite.RegionItem

Datei anzeigen Open project: nHydrate/nHydrate

Protected Properties

Property Type Description
cmdCancel global::System.Web.UI.WebControls.Button
cmdSave global::System.Web.UI.WebControls.Button
lblRegionId global::System.Web.UI.WebControls.Label
txtDescription 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 EventArgs
return void

OnLoad() protected method

protected OnLoad ( EventArgs e ) : void
e 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

lblRegionId protected_oe property

lblRegionId control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.Label lblRegionId
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