System.Web.UI.Design.IHierarchicalDataSourceDesigner Members

The members of System.Web.UI.Design.IHierarchicalDataSourceDesigner are listed below.

Public Properties

[read-only]
CanConfigurebool.

Gets a value indicating whether the IHierarchicalDataSourceDesigner.Configure method can be called.

[read-only]
CanRefreshSchemabool.

Gets a value indicating whether the IHierarchicalDataSourceDesigner.RefreshSchema(bool) method can be called.

Public Methods

Configure()

Launches the configuration wizard for the underlying data source.

GetView(string) : DesignerHierarchicalDataSourceView

Gets the named data source view that is associated with the data source control.

RefreshSchema(bool)

Refreshes the schema of the underlying data source.

ResumeDataSourceEvents()

Restores events after calling the IHierarchicalDataSourceDesigner.SuppressDataSourceEvents method.

SuppressDataSourceEvents()

Turns off events in the data source control.

Public Events

DataSourceChanged

Occurs when a data source control has changed in some way that affects data-bound controls.

SchemaRefreshed

Occurs when the fields or data of the underlying data source have changed.