Table of Contents

Class BaseMainModule<C>

Namespace
Innova.Prism.Library.Modules
Assembly
Innova.Prism.Library.dll
public abstract class BaseMainModule<C> : BaseModule<C>, INotifyPropertyChanged, IModule where C : class

Type Parameters

C
Inheritance
BaseMainModule<C>
Implements
IModule

Methods

AddNavigation(IMenuService)
AddRibbonView(IContainerProvider, IRegionManager)
ConfigureMenuService(IMenuService)
CreateStandardRibbon(IMenuService)
OnInitialized(IContainerProvider)

Notifies the module that it has been initialized.

RegisterBusyView(IRegionManager)
RegisterStatusView(IRegionManager)
RegisterTypes(IContainerRegistry)

Used to register types with the container that will be used by your application.