Skip to main content

ChooseEFContextPage(EFWizardOptions, IServiceProvider, IOpenFileDialogAccessor) Constructor

Initializes a new instance of the ChooseEFContextPage class with the specified settings.

Namespace: DevExpress.Xpf.DataAccess.DataSourceWizard

Assembly: DevExpress.Xpf.DataAccess.v23.2.dll

NuGet Package: DevExpress.Wpf.Reporting

Declaration

public ChooseEFContextPage(
    EFWizardOptions options,
    IServiceProvider serviceProvider,
    IOpenFileDialogAccessor openFileAccessor
)

Parameters

Name Type Description
options EFWizardOptions

One or more EFWizardOptions enumeration values.

serviceProvider IServiceProvider

An object implementing the IServiceProvider interface that is used to obtain the service object of a specific type.

openFileAccessor IOpenFileDialogAccessor

An object implementing the IOpenFileDialogAccessor interface.

See Also