The members of System.Web.UI.Design.DataSourceDesigner are listed below.
See Also: Inherited members from System.Web.UI.Design.ControlDesigner
Initializes a new instance of the System.Web.UI.Design.DataSourceDesigner class. |
[read-only] override | ActionLists | System.ComponentModel.Design.DesignerActionListCollection.
Gets a list of items that are used to create an action list menu at design time. |
[read-only] | CanConfigure | bool.
Gets a value indicating whether the DataSourceDesigner.Configure method can be called. |
[read-only] | CanRefreshSchema | bool.
Gets a value indicating whether the DataSourceDesigner.RefreshSchema(bool) method can be called. |
[read-only] | SuppressingDataSourceEvents | bool.
Gets a value indicating whether the DataSourceDesigner.DataSourceChanged event or the DataSourceDesigner.RefreshSchema(bool) method occurs. |
Configure()
| ||
override | GetDesignTimeHtml()
| |
GetView(string)
| ||
GetViewNames()
| ||
RefreshSchema(bool)
| ||
ResumeDataSourceEvents()
| ||
static | SchemasEquivalent(IDataSourceSchema, IDataSourceSchema)
| |
SuppressDataSourceEvents()
| ||
static | ViewSchemasEquivalent(IDataSourceViewSchema, IDataSourceViewSchema)
|
OnDataSourceChanged(EventArgs)
| ||
OnSchemaRefreshed(EventArgs)
|
DataSourceChanged |
Occurs when any property of the associated data source changes. | |
SchemaRefreshed |
Occurs after the schema has been refreshed. |