C# Class Ninject.Web.WebApi.WebHost.WebApiWebHostModule

Defines the bindings of the WebApi WebHost extension.
Inheritance: Ninject.Modules.NinjectModule
Afficher le fichier Open project: ninject/Ninject.Web.WebApi

Méthodes publiques

Méthode 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 méthode

Loads the module into the kernel.
public Load ( ) : void
Résultat void

VerifyRequiredModulesAreLoaded() public méthode

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