Back to Devexpress

DevExpress.DataAccess.Wizard.Model Namespace

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

latest6.5 KB
Original Source

DevExpress.DataAccess.Wizard.Model Namespace

Provides a model functionality for the Data Connection wizard.

Assembly : DevExpress.DataAccess.v25.2.dll

NuGet Package : DevExpress.DataAccess

Classes

NameDescription
CannotGetTypesException
CheckItem<T>Provides a model that stores the information about a custom query on the Create a Query or Select a Stored Procedure (Multi-Query Version) page of the Data Source Wizard.
DataSourceModelAccumulates intermediate data source settings during the execution of a Data Source Wizard.
DataSourceModelBaseThe base for classes that accumulate intermediate settings of data sources during the execution of the Data Source Wizard.
DataSourceModelWithConnectionBaseThe base for classes that accumulate intermediate settings of data sources with data connections during the execution of the Data Source Wizard.
DataSourceTypeLists the data source types available on the Select a Data Connection Type and Select the Data Source Type wizard pages.
EFDataSourceModelAccumulates intermediate settings of the Entity Framework data source during the execution of the Data Source Wizard.
ExcelDataSourceModelAccumulates intermediate Excel data source settings during the execution of the Data Source Wizard.
FederationDataSourceModel
JsonDataSourceModelAccumulates intermediate settings of the JSON data source during the execution of the Data Source Wizard.
MongoDBDataSourceModel
ObjectDataSourceModelAccumulates intermediate object data source settings during the execution of the Data Source Wizard.
SqlDataSourceModelAccumulates intermediate SQL data source settings during the execution of the Data Source Wizard.
XPObjectSourceModelAccumulates intermediate settings of the XPO data source during the execution of the Data Source Wizard.

Interfaces

NameDescription
IDataComponentModelThe base for interfaces that accumulate intermediate settings of data sources during the execution of the Data Source Wizard.
IDataComponentModelWithConnectionThe base for interfaces that accumulate intermediate settings of data sources with data connections during the execution of the Data Source Wizard.
IDataConnectionWhen implemented by a class, enables it to connect to a data source.
IDataConnectionProvider
IDataSourceModelIf implemented, accumulates intermediate data source settings during the execution of a Data Source Wizard.
IEFDataSourceModelIf implemented, accumulates intermediate settings of the Entity Framework data source during the execution of the Data Source Wizard.
IExcelDataSourceModelIf implemented, accumulates intermediate Excel data source settings during the execution of the Data Source Wizard.
IFederationDataSourceModel
IJsonDataSourceModelIf implemented, accumulates intermediate JSON data source settings during the execution of the Data Source Wizard.
IMongoDBDataConnectionModel
IMongoDBDataSourceModel
IObjectDataSourceModelIf implemented, accumulates intermediate object data source settings during the execution of the Data Source Wizard.
ISqlDataConnectionModel
ISqlDataSourceModelIf implemented, accumulates intermediate SQL data source settings during the execution of the Data Source Wizard.
IXPObjectSourceModelIf implemented, accumulates intermediate XPO data source settings during the execution of the Data Source Wizard.

Enums

NameDescription
SaveConnectionMethodLists the values indicating how to save the connection string.
ShowAllStateLists the values indicating the bindable objects available in the Data Source Wizard.