Skip to main content
All docs
V18.2

EFDataSourceUIHelper Methods

For internal use. Provides functionality to configure the connection to an EFDataSource in code.
Name Description
Configure(EFDataSource, ConfigureContext) static Invokes the Data Source Wizard with the specified settings.
Configure(EFDataSource, IWizardRunnerContext, ISolutionTypesProvider, IConnectionStringsProvider, IConnectionStorageService, IParameterService, IRepositoryItemsProvider, Action<IWizardCustomization<EFDataSourceModel>>) static Obsolete. Invokes the Data Source Wizard with the specified settings.
Configure(EFDataSource, IWizardRunnerContext, ISolutionTypesProvider, IConnectionStringsProvider, IConnectionStorageService, IParameterService, IRepositoryItemsProvider) static Obsolete. Invokes the Data Source Wizard with the specified settings.
Configure(EFDataSource, IWizardRunnerContext, ISolutionTypesProvider, IConnectionStringsProvider, IConnectionStorageService, IParameterService) static Obsolete. Invokes the Data Source Wizard with the specified settings.
Configure(EFDataSource) static Invokes the Data Source Wizard with the specified data source.
Configure<TModel>(EFDataSource, ConfigureContext, Action<IWizardCustomization<TModel>>) static Invokes the Data Source Wizard with the specified settings.
CreateEntityFrameworkModelHelper(IWizardRunnerContext, ISolutionTypesProvider) static For internal use.
CreateEntityFrameworkModelHelper(UserLookAndFeel, IWin32Window, ISolutionTypesProvider) static For internal use.
EditConnection(EFDataSource, EditConnectionContext) static Invokes the Select the Connection String page of the Data Source Wizard with the specified settings.
EditConnection(EFDataSource, IWizardRunnerContext, ISolutionTypesProvider, IConnectionStringsProvider, IConnectionStorageService, IParameterService, Action<IWizardCustomization<EFDataSourceModel>>) static Obsolete. Invokes the Select the Connection String page of the Data Source Wizard with the specified settings.
EditConnection(EFDataSource, IWizardRunnerContext, ISolutionTypesProvider, IConnectionStringsProvider, IConnectionStorageService, IParameterService) static Obsolete. Invokes the Select the Connection String page of the Data Source Wizard with the specified settings.
EditConnection(EFDataSource) static Invokes the Select the Connection String page of the Data Source Wizard with the specified data source.
EditConnection<TModel>(EFDataSource, EditConnectionContext, Action<IWizardCustomization<TModel>>) static Invokes the Select the Connection String page of the Data Source Wizard with the specified settings.
EditFilters<TModel>(EFDataSource, EditFiltersContext, Action<IWizardCustomization<TModel>>) static Invokes the Configure Filters page of the Data Source Wizard with the specified settings.
EditFilters<TModel>(EFDataSource, EditFiltersContext) static Invokes the Configure Filters page of the Data Source Wizard with the specified settings.
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