Back to Devexpress

DevExpress.DataAccess.Wizard.Views Namespace

corelibraries-devexpress-dot-dataaccess-dot-wizard-ee2e018a.md

latest17.2 KB
Original Source

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

NameDescription
AssemblyViewInfoProvides information about an assembly that is displayed in the Data Source Wizard when binding to an object data source.
BrowseForAssemblyEventArgsProvides data for the IChooseEFContextPageView.BrowseForAssembly and ChooseEFContextPageView.BrowseForAssembly events.
ConstructorViewInfoContains information about an object constructor that is displayed in the Data Source Wizard when binding to an object data source.
ContextNameChangedEventArgsProvides data for the IChooseEFContextPageView.ContextNameChanged and ChooseEFContextPageView.ContextNameChanged events.
FavoriteChangedEventArgsContains data for the FavoriteChanged event.
ItemUpdatedEventArgsProvides data for the IMultiQueryConfigurePageView.ItemUpdated and IMultiQueryConfigurePageView.ExpandNode events.
ParametersViewInfoProvides information about parameters displayed in the Data Source Wizard when binding to an object data source.
StoredProcedureViewInfoProvides information about a stored procedure that is displayed in the Data Source Wizard when binding to an Entity Framework data source.
TypeViewInfoContains information about a type that is displayed in the Data Source Wizard when binding to an object data source.

Interfaces

NameDescription
IChooseConnectionPageViewIf implemented, provides a view for the Select a Data Connection page of the Data Source Wizard.
IChooseDataProviderPageViewIf implemented, supplies a view for the Select a data connection type page of the Data Source Wizard.
IChooseDataSourceNamePageViewIf implemented, provides a view for the Enter the Data Source Name page of the Data Source Wizard.
IChooseDataSourceTypePageViewIf implemented, supplies a view for the Select the data source type page of the Data Source Wizard.
IChooseEFConnectionStringPageViewIf implemented, provides a view for the Select a Connection String page of the Data Source Wizard.
IChooseEFContextPageViewIf implemented, provides a view for the Select the Data Context page of the Data Source Wizard.
IChooseEFDataMemberPageViewIf implemented, provides a view for the Select a Data Member page of the Data Source Wizard.
IChooseExcelFileDataRangePageViewIf implemented, provides a view for the Select a Worksheet, Table or Named Range page of the Data Source Wizard.
IChooseFileOptionsPageViewIf implemented, provides a view for the Specify Import Settings page of the Data Source Wizard.
IChooseFilePageViewIf implemented, provides a view for the Select an Excel Workbook or CSV File page of the Data Source Wizard.
IChooseJsonSchemaPageViewIf implemented, provides a view for the Select Data Fields page of the Data Source Wizard.
IChooseJsonSourcePageViewIf implemented, provides a view for the Specify JSON Data Location page of the Data Source Wizard.
IChooseObjectAssemblyPageViewIf implemented, provides a view for the Select an Assembly page of the Data Source Wizard.
IChooseObjectBindingModePageViewIf implemented, provides a view for the Select the Data Binding Mode page of the Data Source Wizard.
IChooseObjectConstructorPageViewIf implemented, provides a view for the Select a Data Source Constructor page of the Data Source Wizard.
IChooseObjectMemberPageViewIf implemented, provides a view for the Select a Data Source Member page of the Data Source Wizard.
IChooseObjectTypePageViewIf implemented, provides a view for the Select a Data Source Type page of the Data Source Wizard.
IChooseXPObjectSourceEntityTypePageViewIf implemented, provides a view for the Choose an Entity Type page of the Data Source Wizard.
IConfigureEFFiltersPageViewIf implemented, provides a view for the Configure Filters page of the Data Source Wizard.
IConfigureEFStoredProceduresPageViewIf implemented, provides a view for the Bind to a Stored Procedure page of the Data Source Wizard.
IConfigureExcelFileColumnsPageViewIf implemented, provides a view for the Choose Columns page of the Data Source Wizard.
IConfigureParametersPageViewIf implemented, provides a view for the Configure Query Parameters page of the Data Source Wizard.
IConfigureQueryPageViewIf implemented, provides a view for the Create a Query or Select a Stored Procedure page of the Data Source Wizard.
IConnectionPropertiesPageViewIf implemented, provides a view for the Specify a Connection String page of the Data Source Wizard.
IMultiQueryConfigurePageViewIf implemented, provides a view for the Create a Query or Select a Stored Procedure (Multi-Query Version) page of the Data Source Wizard.
IMultiQueryConfigureParametersPageViewIf implemented, provides a view for the Configure Query Parameters page of the Data Source Wizard.
IObjectConstructorParametersPageViewIf implemented, provides a view for the Specify the Constructor Parameters page of the Data Source Wizard.
IObjectMemberParametersPageViewIf implemented, provides a view for the Specify the Member Parameters page of the Data Source Wizard.
ISaveConnectionPageViewIf implemented, provides a view for the Save the Connection String page of the Data Source Wizard.
IWizardPageViewIf implemented, provides the View functionality to Data Source Wizard pages.

Delegates

NameDescription
ItemUpdatedEventHandlerA method that will handle the IMultiQueryConfigurePageView.ItemUpdated and IMultiQueryConfigurePageView.ExpandNode events.

Enums

NameDescription
ConfigureConnectionModeLists values that specify the type of the data connection to an Entity Framework data source.
JsonConnectionTypeEnumerates values that specify the type of connection to a JSON data source on the Specify JSON Data Location page of the Data Source Wizard.
TypeViewInfoNodeTypeLists the supported object types.