C# 클래스 Bookstore.WebApp.WebAppServices

상속: Ninject.Modules.NinjectModule
파일 보기 프로젝트 열기: aaronjensen/splits

공개 메소드들

메소드 설명
BindAllInAssembly ( Assembly assembly, Type type, string @namespace ) : void
BindAllInAssemblyGeneric ( Assembly assembly, Type type ) : void
Load ( ) : void

메소드 상세

BindAllInAssembly() 공개 메소드

public BindAllInAssembly ( Assembly assembly, Type type, string @namespace ) : void
assembly System.Reflection.Assembly
type System.Type
@namespace string
리턴 void

BindAllInAssemblyGeneric() 공개 메소드

public BindAllInAssemblyGeneric ( Assembly assembly, Type type ) : void
assembly System.Reflection.Assembly
type System.Type
리턴 void

Load() 공개 메소드

public Load ( ) : void
리턴 void