Skip to main content

DevExpress.DataAccess.Wizard.Views Namespace

Contains classes that provide the view functionality to the Data Source Wizard pages.

Assembly: DevExpress.DataAccess.v23.2.dll

NuGet Packages: DevExpress.DataAccess, DevExpress.Win.PivotGrid, DevExpress.Win.TreeMap

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.
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

Name Description
IChooseConnectionPageView If implemented, provides a view for the Select a Data Connection page of the Data Source Wizard.
IChooseDataProviderPageView If implemented, supplies a view for the Select a data connection type page of the Data Source Wizard.
IChooseDataSourceNamePageView If implemented, provides a view for the Enter the Data Source Name page of the Data Source Wizard.
IChooseDataSourceTypePageView If implemented, supplies a view for the Select the data source type page of the Data Source Wizard.
IChooseEFConnectionStringPageView If implemented, provides a view for the Select a Connection String page of the Data Source Wizard.
IChooseEFContextPageView If implemented, provides a view for the Select the Data Context page of the Data Source Wizard.
IChooseEFDataMemberPageView If implemented, provides a view for the Select a Data Member page of the Data Source Wizard.
IChooseExcelFileDataRangePageView If implemented, provides a view for the Select a Worksheet, Table or Named Range page of the Data Source Wizard.
IChooseFileOptionsPageView If implemented, provides a view for the Specify Import Settings page of the Data Source Wizard.
IChooseFilePageView If implemented, provides a view for the Select an Excel Workbook or CSV File page of the Data Source Wizard.
IChooseJsonSchemaPageView If implemented, provides a view for the Select Data Fields page of the Data Source Wizard.
IChooseJsonSourcePageView If implemented, provides a view for the Specify JSON Data Location page of the Data Source Wizard.
IChooseObjectAssemblyPageView If implemented, provides a view for the Select an Assembly page of the Data Source Wizard.
IChooseObjectBindingModePageView If implemented, provides a view for the Select the Data Binding Mode page of the Data Source Wizard.
IChooseObjectConstructorPageView If implemented, provides a view for the Select a Data Source Constructor page of the Data Source Wizard.
IChooseObjectMemberPageView If implemented, provides a view for the Select a Data Source Member page of the Data Source Wizard.
IChooseObjectTypePageView If implemented, provides a view for the Select a Data Source Type page of the Data Source Wizard.
IChooseXPObjectSourceEntityTypePageView If implemented, provides a view for the Choose an Entity Type page of the Data Source Wizard.
IConfigureEFFiltersPageView If implemented, provides a view for the Configure Filters page of the Data Source Wizard.
IConfigureEFStoredProceduresPageView If implemented, provides a view for the Bind to a Stored Procedure page of the Data Source Wizard.
IConfigureExcelFileColumnsPageView If implemented, provides a view for the Choose Columns page of the Data Source Wizard.
IConfigureParametersPageView If implemented, provides a view for the Configure Query Parameters page of the Data Source Wizard.
IConfigureQueryPageView If implemented, provides a view for the Create a Query or Select a Stored Procedure page of the Data Source Wizard.
IConnectionPropertiesPageView If implemented, provides a view for the Specify a Connection String page of the Data Source Wizard.
IMultiQueryConfigurePageView If implemented, provides a view for the Create a Query or Select a Stored Procedure (Multi-Query Version) page of the Data Source Wizard.
IMultiQueryConfigureParametersPageView If implemented, provides a view for the Configure Query Parameters page of the Data Source Wizard.
IObjectConstructorParametersPageView If implemented, provides a view for the Specify the Constructor Parameters page of the Data Source Wizard.
IObjectMemberParametersPageView If implemented, provides a view for the Specify the Member Parameters page of the Data Source Wizard.
ISaveConnectionPageView If implemented, provides a view for the Save the Connection String page of the Data Source Wizard.
IWizardPageView If implemented, provides the View functionality to Data Source Wizard pages.

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.