DevExpress.DataAccess.Wizard.Views Namespace
Contains classes that provide the view functionality to the Data Source Wizard pages.
Assembly: DevExpress.DataAccess.v25.2.dll
NuGet Package: DevExpress.DataAccess
Classes
| Name | Description |
|---|---|
| AssemblyViewInfo | Provides information about an assembly that is displayed in the Data Source Wizard when binding to an object data source. |
| BrowseForAssemblyEventArgs | Provides data for the IChooseEFContextPageView.BrowseForAssembly and ChooseEFContextPageView.BrowseForAssembly events. |
| ConstructorViewInfo | Contains information about an object constructor that is displayed in the Data Source Wizard when binding to an object data source. |
| ContextNameChangedEventArgs | Provides data for the IChooseEFContextPageView.ContextNameChanged and ChooseEFContextPageView.ContextNameChanged events. |
| FavoriteChangedEventArgs | Contains data for the FavoriteChanged event. |
| ItemUpdatedEventArgs | Provides data for the IMultiQueryConfigurePageView.ItemUpdated and IMultiQueryConfigurePageView.ExpandNode events. |
| ParametersViewInfo | Provides information about parameters displayed in the Data Source Wizard when binding to an object data source. |
| StoredProcedureViewInfo | Provides information about a stored procedure that is displayed in the Data Source Wizard when binding to an Entity Framework data source. |
| TypeViewInfo | Contains information about a type that is displayed in the Data Source Wizard when binding to an object data source. |
Interfaces
Delegates
| Name | Description |
|---|---|
| ItemUpdatedEventHandler | A method that will handle the IMultiQueryConfigurePageView.ItemUpdated and IMultiQueryConfigurePageView.ExpandNode events. |
Enums
| Name | Description |
|---|---|
| ConfigureConnectionMode | Lists values that specify the type of the data connection to an Entity Framework data source. |
| JsonConnectionType | Enumerates values that specify the type of connection to a JSON data source on the Specify JSON Data Location page of the Data Source Wizard. |
| TypeViewInfoNodeType | Lists the supported object types. |