Skip to main content

ObjectDataSourceUIHelper.EditDataMember(ObjectDataSource, ISolutionTypesProvider, IWizardRunnerContext, IParameterService) Method

OBSOLETE

This overload is obsolete. Use EditDataMember instead.

Invokes a dialog that enables you to edit the data members of an object data source.

Namespace: DevExpress.DataAccess.UI.ObjectBinding

Assembly: DevExpress.DataAccess.v23.2.UI.dll

NuGet Package: DevExpress.DataAccess.UI

Declaration

[Obsolete("This overload is obsolete. Use EditDataMember(this ObjectDataSource dataSource, EditDataMemberContext context) instead.")]
public static bool EditDataMember(
    this ObjectDataSource objectDataSource,
    ISolutionTypesProvider solutionTypesProvider,
    IWizardRunnerContext context,
    IParameterService parameterService
)

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.

Returns

Type Description
Boolean

true, if the dialog was closed by clicking the Finish button; otherwise, false.

See Also