예제 #1
0
 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)
 {
 }
예제 #5
0
 public CustomChooseDataSourceTypePage(IChooseDataSourceTypePageView view, IWizardRunnerContext context, IEnumerable <SqlDataConnection> dataConnections, ISolutionTypesProvider solutionTypesProvider, SqlWizardOptions options)
     : base(view, context, dataConnections, solutionTypesProvider, options)
 {
 }
예제 #6
0
 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)
 {
 }