C# Class DynamicData.Boolean_EditField

Inheritance: System.Web.DynamicData.FieldTemplateUserControl
Show file Open project: anurse/ReviewR

Protected Properties

Property Type Description
CheckBox1 global::System.Web.UI.WebControls.CheckBox

Protected Methods

Method Description
ExtractValues ( IOrderedDictionary dictionary ) : void
OnDataBinding ( EventArgs e ) : void

Method Details

ExtractValues() protected method

protected ExtractValues ( IOrderedDictionary dictionary ) : void
dictionary IOrderedDictionary
return void

OnDataBinding() protected method

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

Property Details

CheckBox1 protected property

protected global::System.Web.UI.WebControls.CheckBox CheckBox1
return global::System.Web.UI.WebControls.CheckBox