ModuleManager Constructors
Provides methods to control modules and regions.| Name | Parameters | Description |
|---|---|---|
| ModuleManager(IViewModelLocator, IViewLocator, IStateSerializer, Boolean, Boolean, Boolean) | viewModelLocator, viewLocator, viewModelStateSerializer, allowSaveRestoreLayout, isTestingMode, keepViewModelsAlive | Initializes a new instance of the ModuleManager class with specified settings. |
| ModuleManager(Boolean, Boolean, Boolean) | allowSaveRestoreLayout, isTestingMode, keepViewModelsAlive | Initializes a new instance of the ModuleManager class with specified settings. |
| ModuleManager(Boolean) | keepViewModelsAlive | Initializes a new instance of the ModuleManager class with specified settings. |
See Also