Back to Devexpress

DevExpress.DataAccess.Wizard.Presenters Namespace

corelibraries-devexpress-dot-dataaccess-dot-wizard-37d05c3d.md

latest15.9 KB
Original Source

DevExpress.DataAccess.Wizard.Presenters Namespace

Contains classes that provide pages to the Data Source Wizard.

Assembly : DevExpress.DataAccess.v25.2.dll

NuGet Package : DevExpress.DataAccess

Classes

NameDescription
ChooseConnectionPage<TModel>Provides a presenter to the Select a Data Connection page of the Data Source Wizard.
ChooseConnectionPageBase<TModel>Serves as the base for classes that provide presenters to the Data Source Wizard pages.
ChooseDataProviderPage<TModel>Supplies a presenter for the Select a data connection type page of the Data Source Wizard.
ChooseDataSourceNamePage<TModel>Provides a presenter to the Enter the Data Source Name page of the Data Source Wizard.
ChooseDataSourceTypePage<TModel>Provides a presenter to the Select the Data Source Type page of the Data Source Wizard.
ChooseEFConnectionStringPage<TModel>Provides a presenter to the Select the Connection String page of the Data Source Wizard.
ChooseEFContextPage<TModel>Provides a presenter to the Select the Data Context page of the Data Source Wizard.
ChooseEFDataMemberPage<TModel>Provides a presenter to the Select a Data Member page of the Data Source Wizard.
ChooseExcelFileDataRangePage<TModel>Provides a presenter to the Select a Worksheet, Table or Named Range page of the Data Source Wizard.
ChooseFileOptionsPage<TModel>Provides a presenter to the Specify Import Settings page of the Data Source Wizard.
ChooseFilePage<TModel>Provides a presenter to the Select an Excel Workbook or CSV File page of the Data Source Wizard.
ChooseJsonSchemaPage<TModel>Provides a presenter to the Select Data Fields page of the Data Source Wizard.
ChooseJsonSourcePage<TModel>Provides a presenter to the Specify JSON Data Location page of the Data Source Wizard.
ChooseObjectAssemblyPage<TModel>Provides a presenter to the Select an Assembly page of the Data Source Wizard.
ChooseObjectBindingModePage<TModel>Provides a presenter to the Select the Data Binding Mode page of the Data Source Wizard.
ChooseObjectConstructorPage<TModel>Provides a presenter to the Select a Data Source Constructor page of the Data Source Wizard.
ChooseObjectMemberPage<TModel>Provides a presenter to the Select a Data Source Member page of the Data Source Wizard.
ChooseObjectTypePage<TModel>Provides a presenter to the Select a Data Source Type page of the Data Source Wizard.
ChooseXPObjectSourceConnectionPage<TModel>Provides a presenter to the Select a Data Connection page of the Data Source Wizard.
ChooseXPObjectSourceEntityTypePage<TModel>Provides a presenter to the Choose an Entity Type page of the Data Source Wizard.
ConfigureEFFiltersPage<TModel>Provides a presenter to the Configure Filters page of the Data Source Wizard.
ConfigureEFStoredProceduresPage<TModel>Provides a presenter to the Bind to a Stored Procedure page of the Data Source Wizard.
ConfigureExcelFileColumnsPage<TModel>Provides a presenter to the Choose Columns page of the Data Source Wizard.
ConfigureQueryPage<TModel>Provides a presenter to the Create a Query or Select a Stored Procedure page of the Data Source Wizard.
ConfigureSqlParametersPage<TModel>Provides a presenter to the Configure Query Parameters page of the Data Source Wizard.
ConfigureXPObjectSourceConnectionPropertiesPage<TModel>Provides a presenter to the Specify a Connection String page of the Data Source Wizard.
ConnectionPropertiesPage<TModel>Provides a presenter to the Specify a Connection String page of the Data Source Wizard.
ConnectionPropertiesPageBase<TModel>Serves as the base for classes that provide presenters to the Data Source Wizard pages.
ListBoxItemAn item displayed on a wizard page within the list of available worksheets, tables and named regions when binding to an Excel file .
MultiQueryConfigurePage<TModel>Provides a presenter to the Create a Query or Select a Stored Procedure page of the Data Source Wizard.
MultiQueryConfigureParametersPage<TModel>Provides a presenter to the Configure Query Parameters page of the Data Source Wizard.
MultiQueryItemProvides a model that stores the information about a tree list item on the Create a Query or Select a Stored Procedure page of the Data Source Wizard.
ObjectConstructorParametersPage<TModel>Provides a presenter to the Specify the Constructor Parameters page of the Data Source Wizard.
ObjectMemberParametersPage<TModel>Provides a presenter to the Specify the Member Parameters page of the Data Source Wizard.
SaveConnectionPage<TModel>Provides a presenter to the Save the Connection String page of the Data Source Wizard.
SaveConnectionPageBase<TModel>Serves as the base for classes that provide presenters to the Data Source Wizard pages.
SaveXPObjectSourceConnectionPage<TModel>Provides a presenter to the Save the Connection String page of the Data Source Wizard.

Structs

NameDescription
FileInfoProvides information about an Excel file selected in the Data Source Wizard when binding to an Excel data source.

Enums

NameDescription
ItemTypeEnumerates values that specify the type of list box items displayed on a wizard page when binding to an Excel file.
MultiQueryItemActionsLists the actions available for a MultiQueryItem on the Create a Query or Select a Stored Procedure page of the Data Source Wizard.
QueryTypeEnumerates values that specify the type of a query created on the Create a Query or Select a Stored Procedure (Single-Query Version) page of the Data Source Wizard.