ObjectDataSourceUIHelper.EditConstructor(ObjectDataSource, ISolutionTypesProvider, IWizardRunnerContext, IParameterService, OperationMode) Method
OBSOLETE
This overload is obsolete. Use EditConstructor instead.
Invokes the Configure Constructor Settings dialog with the specified settings.
Namespace: DevExpress.DataAccess.UI.ObjectBinding
Assembly: DevExpress.DataAccess.v24.1.UI.dll
NuGet Package: DevExpress.DataAccess.UI
Declaration
[Obsolete("This overload is obsolete. Use EditConstructor(this ObjectDataSource dataSource, EditConstructorContext context) instead.")]
public static bool EditConstructor(
this ObjectDataSource objectDataSource,
ISolutionTypesProvider solutionTypesProvider,
IWizardRunnerContext context,
IParameterService parameterService,
OperationMode operationMode
)
Parameters
Name | Type | Description |
---|---|---|
objectDataSource | ObjectDataSource | An ObjectDataSource. |
solutionTypesProvider | ISolutionTypesProvider | An object implementing the ISolutionTypesProvider interface. |
context | IWizardRunnerContext | An object implementing the IWizardRunnerContext interface. |
parameterService | IParameterService | An object implementing the IParameterService interface. |
operationMode | OperationMode | An OperationMode enumeration value. |
Returns
Type | Description |
---|---|
Boolean | true, if the dialog was closed by clicking the Finish button; otherwise, false. |
See Also