IWizardCustomization<TModel> Members
Provides functionality to customize the Data Source Wizard.Properties
Name | Description |
---|---|
Model | Provides access to a document model associated with a custom wizard page. |
StartPage | Specifies the starting page of a wizard. |
WizardSize | Specifies the dimensions of the wizard window. |
WizardTitle | Specifies the title of the wizard window. |
Methods
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