C# 클래스 Orders.com.Web.Api.NinjectWebCommon

파일 보기 프로젝트 열기: peasy/Samples 1 사용 예제들

공개 메소드들

메소드 설명
CreateKernel ( ) : IKernel

Creates the kernel that will manage your application.

Start ( ) : void

Starts the application

Stop ( ) : void

Stops the application.

비공개 메소드들

메소드 설명
Cast ( string value, string type ) : object
CreateBindingConfigString ( Type fromType, Type toType ) : void
RegisterServices ( IKernel kernel ) : void

Load your modules or register your services here!

메소드 상세

CreateKernel() 공개 정적인 메소드

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

Start() 공개 정적인 메소드

Starts the application
public static Start ( ) : void
리턴 void

Stop() 공개 정적인 메소드

Stops the application.
public static Stop ( ) : void
리턴 void