ChooseFileOptionsPage(IChooseFileOptionsPageView, IWizardRunnerContext, IExcelSchemaProvider, IDataDirectoryPatchingService) Constructor
Initializes a new instance of the ChooseFileOptionsPage<TModel> class with the specified settings.
Namespace: DevExpress.DataAccess.Wizard.Presenters
Assembly: DevExpress.DataAccess.v25.1.dll
NuGet Package: DevExpress.DataAccess
Declaration
public ChooseFileOptionsPage(
IChooseFileOptionsPageView view,
IWizardRunnerContext context,
IExcelSchemaProvider excelSchemaProvider,
IDataDirectoryPatchingService dataDirectoryPatchingService
)
Parameters
| Name | Type | Description |
|---|---|---|
| view | IChooseFileOptionsPageView | An object implementing the IChooseFileOptionsPageView interface. |
| context | IWizardRunnerContext | An object implementing the IWizardRunnerContext interface that provides the functionality to run the wizard. |
| excelSchemaProvider | IExcelSchemaProvider | An object implementing the IExcelSchemaProvider interface. |
| dataDirectoryPatchingService | IDataDirectoryPatchingService | An object implementing the IDataDirectoryPatchingService interface. |
See Also