Метод | Описание | |
---|---|---|
AutoProbeBindingType ( |
Probe for bindingType of know controls
|
|
AutoProbeSourceProperty ( |
Probes for a few know controls and their properties.
|
|
OnInit ( |
Registers this control for the UserControl.DataBindingsInitialized event of it's container.
|
|
OnPreRender ( |
Overridden to remove custom binding attributes before rendering.
|
|
Render ( System.Web.UI.HtmlTextWriter writer ) : void |
Overriden to suppress rendering this control's tag
|
Метод | Описание | |
---|---|---|
BindControl ( IWebDataBound dataBound, |
Retrieves custom binding attributes from a webcontrol and adds a new binding instance to the container's UserControl.BindingManager if necessary.
|
|
BindingOwner_DataBindingsInitialized ( object sender, |
Called by the containing UserControl if bindings must be initialized.
|
|
CreateBindingInstance ( string bindingTypeName, string bindingSource, string bindingTarget, Spring.DataBinding.BindingDirection bindingDirection, IFormatter bindingFormatter ) : IBinding | ||
GetBindingContainerControl ( |
||
RegisterDataControl ( |
||
RemoveBindingAttributes ( IWebDataBound dataBound, |
Removes custom binding attributes from a webcontrol to avoid them being rendered.
|
|
TraverseControls ( IWebDataBound bindingContainer, System.Web.UI.ControlCollection controls, TraversalAction action ) : void |
Adds all controls on this panel to the containing UserControl.BindingManager's binding collection.
|
protected AutoProbeBindingType ( |
||
wc | the control, who's bindingType is to be determined | |
Результат | string |
protected AutoProbeSourceProperty ( |
||
wc | ||
Результат | string |
protected OnPreRender ( |
||
e | ||
Результат | void |
protected Render ( System.Web.UI.HtmlTextWriter writer ) : void | ||
writer | System.Web.UI.HtmlTextWriter | |
Результат | void |