public ConfigureQueryPageEx(IConfigureQueryPageView view, IWizardRunnerContext context, SqlWizardOptions options, IDBSchemaProviderEx dbSchemaProvider, IParameterService parameterService, ICustomQueryValidator customQueryValidator) : base(view, context, options, dbSchemaProvider, parameterService, customQueryValidator) { schemaProvider = dbSchemaProvider; }
public CustomChooseDataSourceTypePage(IChooseDataSourceTypePageView view, IWizardRunnerContext context, IConnectionStorageService connectionStorageService, ISolutionTypesProvider solutionTypesProvider, SqlWizardOptions options) : base(view, context, connectionStorageService, solutionTypesProvider, options) { }
public MyConfigureQueryPageEx(IMultiQueryConfigurePageView view, IWizardRunnerContext context, IDBSchemaProviderEx dbSchemaProvider, IParameterService parameterService) : base(view, context, dbSchemaProvider, parameterService) { }
public CustomChooseReportTypePage(IChooseReportTypePageView view, IConnectionStorageService connectionStorageService, DataSourceTypes dataSourceTypes, IWizardRunnerContext context, ISolutionTypesProvider solutionTypesProvider) : base(view, connectionStorageService, dataSourceTypes, context, solutionTypesProvider) { }
public CustomChooseDataSourceTypePage(IChooseDataSourceTypePageView view, IWizardRunnerContext context, IEnumerable <SqlDataConnection> dataConnections, ISolutionTypesProvider solutionTypesProvider, SqlWizardOptions options) : base(view, context, dataConnections, solutionTypesProvider, options) { }
public CustomQueryPage(IConfigureQueryPageView view, IWizardRunnerContext context, SqlWizardOptions options, IDBSchemaProvider dbSchemaProvider, IParameterService parameterService, ICustomQueryValidator customQueryValidator) : base(view, context, options, /*dbSchemaProvider*/ null, parameterService, customQueryValidator) { }
public ChoosePersonsPage(IChooseReportTypePageView view, IEnumerable <SqlDataConnection> dataConnections, DataSourceTypes dataSourceTypes, IWizardRunnerContext context, ISolutionTypesProvider solutionTypesProvider) : base(view, dataConnections, dataSourceTypes, context, solutionTypesProvider) { }