C# Class Ninject.Extensions.bbvEventBroker.EventBrokerModule

Module for the event broker extension.
Inheritance: Ninject.Modules.NinjectModule
显示文件 Open project: ninject/Ninject.Extensions.BbvEventBroker

Public Methods

Method Description
Load ( ) : void

Loads the module into the kernel.

VerifyRequiredModulesAreLoaded ( ) : void

Called after loading the modules. A module can verify here if all other required modules are loaded.

Method Details

Load() public method

Loads the module into the kernel.
public Load ( ) : void
return void

VerifyRequiredModulesAreLoaded() public method

Called after loading the modules. A module can verify here if all other required modules are loaded.
public VerifyRequiredModulesAreLoaded ( ) : void
return void