C# Class ModularityWithNinject.Desktop.Shell

Interaction logic for Shell.xaml
Inheritance: System.Windows.Window
Mostra file Open project: PrismLibrary/Prism-Samples-Wpf

Public Methods

Method Description
Log ( string message, Category category, Priority priority ) : void

Logs the specified message. Called by the CallbackLogger.

Shell ( IModuleManager moduleManager, IModuleTracker moduleTracker, CallbackLogger logger ) : System

Initializes a new instance of the Shell class.

Private Methods

Method Description
ModuleB_RequestModuleLoad ( object sender, EventArgs e ) : void

Handles the RequestModuleLoad event of the ModuleB control.

ModuleC_RequestModuleLoad ( object sender, EventArgs e ) : void

Handles the RequestModuleLoad event of the ModuleC control.

ModuleE_RequestModuleLoad ( object sender, EventArgs e ) : void

Handles the RequestModuleLoad event of the ModuleE control.

ModuleF_RequestModuleLoad ( object sender, EventArgs e ) : void

Handles the RequestModuleLoad event of the ModuleF control.

ModuleManager_LoadModuleCompleted ( object sender, Prism.Modularity.LoadModuleCompletedEventArgs e ) : void

Handles the LoadModuleCompleted event of the ModuleManager control.

ModuleManager_ModuleDownloadProgressChanged ( object sender, Prism.Modularity.ModuleDownloadProgressChangedEventArgs e ) : void

Handles the LoadModuleProgressChanged event of the ModuleManager control.

Window_Loaded ( object sender, RoutedEventArgs e ) : void

Method Details

Log() public method

Logs the specified message. Called by the CallbackLogger.
public Log ( string message, Category category, Priority priority ) : void
message string The message.
category Category The category.
priority Priority The priority.
return void

Shell() public method

Initializes a new instance of the Shell class.
public Shell ( IModuleManager moduleManager, IModuleTracker moduleTracker, CallbackLogger logger ) : System
moduleManager IModuleManager
moduleTracker IModuleTracker
logger CallbackLogger
return System