C# Class Orders.com.Web.Api.NinjectWebCommon

Afficher le fichier Open project: peasy/Samples Class Usage Examples

Méthodes publiques

Méthode Description
CreateKernel ( ) : IKernel

Creates the kernel that will manage your application.

Start ( ) : void

Starts the application

Stop ( ) : void

Stops the application.

Private Methods

Méthode Description
Cast ( string value, string type ) : object
CreateBindingConfigString ( Type fromType, Type toType ) : void
RegisterServices ( IKernel kernel ) : void

Load your modules or register your services here!

Method Details

CreateKernel() public static méthode

Creates the kernel that will manage your application.
public static CreateKernel ( ) : IKernel
Résultat IKernel

Start() public static méthode

Starts the application
public static Start ( ) : void
Résultat void

Stop() public static méthode

Stops the application.
public static Stop ( ) : void
Résultat void