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

ファイルを表示 Open project: peasy/Samples Class Usage Examples

Public Methods

Method Description
CreateKernel ( ) : IKernel

Creates the kernel that will manage your application.

Start ( ) : void

Starts the application

Stop ( ) : void

Stops the application.

Private Methods

Method 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 method

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

Start() public static method

Starts the application
public static Start ( ) : void
return void

Stop() public static method

Stops the application.
public static Stop ( ) : void
return void