IChooseEFContextPageView Members
If implemented, provides a view for the Select the Data Context page of the Data Source Wizard.Properties
Name | Description |
---|---|
ContextName | If implemented, specifies the item selected in the list of available data contexts. |
Methods
Name | Description |
---|---|
Initialize() | If implemented, initializes a wizard page with a list of available data contexts. |
RefreshContextList(IEnumerable<IContainerInfo>) | If implemented, changes the list of available data contexts. |
Events
Name | Description |
---|---|
BrowseForAssembly | Occurs after the Browse button is clicked on a wizard page and an assembly is selected. |
ContextNameChanged | Occurs when the selected item in the list of available data contexts is changed. |
See Also