Class BaseMainModule<C>
public abstract class BaseMainModule<C> : BaseModule<C>, INotifyPropertyChanged, IModule where C : classType Parameters
- C
- Inheritance
- 
      objectBaseModule<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.