Skip to main content

IWizardCustomization<TModel> Methods

Provides functionality to customize the Data Source Wizard.
Name Description
RegisterInstance<TServiceType>(TServiceType) Registers a specified service instance.
RegisterPage<TPageType, TPageInstance>() Registers a custom wizard page.
RegisterPageView<TViewType, TViewInstance>() Registers a custom wizard page view.
RegisterType<TServiceType, TConcreteType>() Registers a service type.
Resolve(Type) Returns the list of available data providers from the internal container.
Resolve<TServiceType>()
See Also