System.Web.UI.Design.HierarchicalDataSourceDesigner Members

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

See Also: Inherited members from System.Web.UI.Design.ControlDesigner

Public Constructors

Public Properties

[read-only]
override
ActionListsSystem.ComponentModel.Design.DesignerActionListCollection.

Gets the action list collection for the control designer.

[read-only]
CanConfigurebool.

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

[read-only]
CanRefreshSchemabool.

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

Protected Properties

[read-only]
SuppressingDataSourceEventsbool.

Indicates whether data source events have been disabled.

Public Methods

Configure()

Launches the configuration wizard for the underlying data source.

override
GetDesignTimeHtml() : string

Gets the HTML markup that is used to represent the control at design time.

GetView(string) : DesignerHierarchicalDataSourceView

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

RefreshSchema(bool)

Refreshes the schema of the data.

ResumeDataSourceEvents()

Restores data source events after they have been suppressed.

SuppressDataSourceEvents()

Postpones all data source events until after the HierarchicalDataSourceDesigner.ResumeDataSourceEvents method is called.

Protected Methods

OnDataSourceChanged(EventArgs)

Raises the HierarchicalDataSourceDesigner.DataSourceChanged event when the properties of the data source have changed and the HierarchicalDataSourceDesigner.SuppressingDataSourceEvents property value is false.

OnSchemaRefreshed(EventArgs)

Raises the HierarchicalDataSourceDesigner.SchemaRefreshed event when the schema of the data source has changed and the HierarchicalDataSourceDesigner.SuppressingDataSourceEvents property value is false.

Public Events

DataSourceChanged

Occurs when any property of the associated data source changes.

SchemaRefreshed

Occurs after the schema has been refreshed.