Table of Contents

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

regionManager

Properties

Controller

Methods

AddDefaultControlToRegion(string, Type)
AddDefaultControlToRegion<T>(string)
ConfigureMenuService(IMenuService)
ConfigureOutlookBarService(IOutlookBarService)
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.