Class BaseMainModule<C>
public abstract class BaseMainModule<C> : BaseModule<C>, INotifyPropertyChanged, IModule where C : class
Type Parameters
C
- Inheritance
-
BaseModule<C>BaseMainModule<C>
- Implements
-
IModule
Methods
- OnInitialized(IContainerProvider)
Notifies the module that it has been initialized.
- RegisterTypes(IContainerRegistry)
Used to register types with the container that will be used by your application.