EditParameters(ObjectDataSource, EditParametersContext)
static
|
objectDataSource, context
|
Invokes a dialog that enables you to edit the parameters of an object data source.
|
EditParameters(ObjectDataSource, ISolutionTypesProvider, IWizardRunnerContext, IParameterService, IRepositoryItemsProvider)
static
|
objectDataSource, solutionTypesProvider, context, parameterService, repositoryItemsProvider
|
Obsolete. Invokes a dialog that enables you to edit the parameters of an object data source.
|
EditParameters(ObjectDataSource, ISolutionTypesProvider, IWizardRunnerContext, IParameterService)
static
|
objectDataSource, solutionTypesProvider, context, parameterService
|
Obsolete. Invokes a dialog that enables you to edit the parameters of an object data source.
|
EditParameters(ObjectDataSource)
static
|
objectDataSource
|
Invokes a dialog that enables you to edit the parameters of an object data source.
|
EditParameters<TModel>(ObjectDataSource, EditParametersContext, IObjectTypeInfoProvider, Action<IWizardCustomization<TModel>>)
static
|
objectDataSource, context, typeInfoProvider, customizeWizard
|
|
EditParameters<TModel>(ObjectDataSource, EditParametersContext, Action<IWizardCustomization<TModel>>)
static
|
objectDataSource, context, customizeWizard
|
Invokes a dialog that enables you to edit the parameters of an object data source.
|