Class BaseModule<C>
- Namespace
- Innova.Prism.Library.ClassDefinitions
- Assembly
- Innova.Prism.Library.dll
public abstract class BaseModule<C> : BaseModule, INotifyPropertyChanged, IModule where C : class
Type Parameters
C
- Inheritance
-
BaseModule<C>
- Implements
-
IModule
- Derived
Fields
Properties
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.