Skip to main content

ObjectDataSourceUIHelper Methods

Provides functionality to configure the connection to an ObjectDataSource in code.
Name Description
EditConstructor(ObjectDataSource, EditConstructorContext) static Invokes the Configure Constructor Settings dialog with the specified settings.
EditConstructor(ObjectDataSource, ISolutionTypesProvider, IWizardRunnerContext, IParameterService, IRepositoryItemsProvider) static Obsolete. Invokes the Configure Constructor Settings dialog with the specified settings.
EditConstructor(ObjectDataSource, ISolutionTypesProvider, IWizardRunnerContext, IParameterService, OperationMode, IRepositoryItemsProvider) static Obsolete. Invokes the Configure Constructor Settings dialog with the specified settings.
EditConstructor(ObjectDataSource, ISolutionTypesProvider, IWizardRunnerContext, IParameterService, OperationMode) static Obsolete. Invokes the Configure Constructor Settings dialog with the specified settings.
EditConstructor(ObjectDataSource, ISolutionTypesProvider, IWizardRunnerContext, IParameterService) static Obsolete. Invokes the Configure Constructor Settings dialog with the specified settings.
EditConstructor(ObjectDataSource) static Invokes the Configure Constructor Settings dialog with the specified settings.
EditConstructor<TModel>(ObjectDataSource, EditConstructorContext, Action<IWizardCustomization<TModel>>) static Invokes the Configure Constructor Settings dialog with the specified settings.
EditDataMember(ObjectDataSource, EditDataMemberContext) static Invokes a dialog that enables you to edit the data members of an object data source.
EditDataMember(ObjectDataSource, ISolutionTypesProvider, IWizardRunnerContext, IParameterService, IRepositoryItemsProvider) static Obsolete. Invokes a dialog that enables you to edit the data members of an object data source.
EditDataMember(ObjectDataSource, ISolutionTypesProvider, IWizardRunnerContext, IParameterService) static Obsolete. Invokes a dialog that enables you to edit the data members of an object data source.
EditDataMember(ObjectDataSource) static Invokes a dialog that enables you to edit the data members of an object data source.
EditDataMember<TModel>(ObjectDataSource, EditDataMemberContext, Action<IWizardCustomization<TModel>>) static Invokes a dialog that enables you to edit the data members of an object data source.
EditDataSource(ObjectDataSource, EditDataSourceContext) static Invokes a dialog that enables you to edit the settings of an object data source.
EditDataSource(ObjectDataSource, ISolutionTypesProvider, IWizardRunnerContext, IParameterService, IRepositoryItemsProvider) static Obsolete. Invokes a dialog that enables you to edit the settings of an object data source.
EditDataSource(ObjectDataSource, ISolutionTypesProvider, IWizardRunnerContext, IParameterService, OperationMode, IRepositoryItemsProvider) static Obsolete. Invokes a dialog that enables you to edit the settings of an object data source.
EditDataSource(ObjectDataSource, ISolutionTypesProvider, IWizardRunnerContext, IParameterService, OperationMode) static Obsolete. Invokes a dialog that enables you to edit the settings of an object data source.
EditDataSource(ObjectDataSource, ISolutionTypesProvider, IWizardRunnerContext, IParameterService) static Obsolete. Invokes a dialog that enables you to edit the settings of an object data source.
EditDataSource(ObjectDataSource) static Invokes a dialog that enables you to edit the settings of an object data source.
EditDataSource<TModel>(ObjectDataSource, EditDataSourceContext, IObjectTypeInfoProvider, Action<IWizardCustomization<TModel>>) static
EditDataSource<TModel>(ObjectDataSource, EditDataSourceContext, Action<IWizardCustomization<TModel>>) static Invokes a dialog that enables you to edit the settings of an object data source.
EditParameters(ObjectDataSource, EditParametersContext) static Invokes a dialog that enables you to edit the parameters of an object data source.
EditParameters(ObjectDataSource, ISolutionTypesProvider, IWizardRunnerContext, IParameterService, IRepositoryItemsProvider) static Obsolete. Invokes a dialog that enables you to edit the parameters of an object data source.
EditParameters(ObjectDataSource, ISolutionTypesProvider, IWizardRunnerContext, IParameterService) static Obsolete. Invokes a dialog that enables you to edit the parameters of an object data source.
EditParameters(ObjectDataSource) static Invokes a dialog that enables you to edit the parameters of an object data source.
EditParameters<TModel>(ObjectDataSource, EditParametersContext, IObjectTypeInfoProvider, Action<IWizardCustomization<TModel>>) static
EditParameters<TModel>(ObjectDataSource, EditParametersContext, Action<IWizardCustomization<TModel>>) static Invokes a dialog that enables you to edit the parameters of an object data source.
Equals(Object, Object) static Determines whether the specified object instances are considered equal. Inherited from Object.
Equals(Object) Determines whether the specified object is equal to the current object. Inherited from Object.
GetHashCode() Serves as the default hash function. Inherited from Object.
GetType() Gets the Type of the current instance. Inherited from Object.
MemberwiseClone() protected Creates a shallow copy of the current Object. Inherited from Object.
ReferenceEquals(Object, Object) static Determines whether the specified Object instances are the same instance. Inherited from Object.
ToString() Returns a string that represents the current object. Inherited from Object.
See Also