ConfigureEFStoredProceduresPageView(IServiceProvider, IParameterService, IRepositoryItemsProvider, IWizardRunnerContext) Constructor
Initializes a new instance of the ConfigureEFStoredProceduresPageView class with the specified settings.
Namespace: DevExpress.DataAccess.UI.Wizard.Views
Assembly: DevExpress.DataAccess.v24.1.UI.dll
NuGet Package: DevExpress.DataAccess.UI
Declaration
public ConfigureEFStoredProceduresPageView(
IServiceProvider propertyGridServices,
IParameterService parameterService,
IRepositoryItemsProvider repositoryItemsProvider,
IWizardRunnerContext context
)
Parameters
Name | Type | Description |
---|---|---|
propertyGridServices | IServiceProvider | An object implementing the IServiceProvider interface that provides the service for the property grid. |
parameterService | IParameterService | An object implementing the IParameterService interface that provides a service functionality to manage query parameters. |
repositoryItemsProvider | IRepositoryItemsProvider | An object implementing the IRepositoryItemsProvider interface that provides repository items to manage query parameters. |
context | IWizardRunnerContext | An object that specifies the wizard options. |
See Also