C# 클래스 SharpArch.Web.Http.Castle.WindsorDependencyResolver

상속: IDependencyResolver
파일 보기 프로젝트 열기: sharparchitecture/Sharp-Architecture

공개 메소드들

메소드 설명
BeginScope ( ) : IDependencyScope

Begins the scope.

Dispose ( ) : void

Disposes the container.

GetService ( Type serviceType ) : object

Gets the service for the specified type.

GetServices ( Type serviceType ) : IEnumerable

Gets all services for the specified type.

WindsorDependencyResolver ( [ container ) : System

Initializes a new instance of the WindsorDependencyResolver class.

메소드 상세

BeginScope() 공개 메소드

Begins the scope.
public BeginScope ( ) : IDependencyScope
리턴 IDependencyScope

Dispose() 공개 메소드

Disposes the container.
public Dispose ( ) : void
리턴 void

GetService() 공개 메소드

Gets the service for the specified type.
public GetService ( Type serviceType ) : object
serviceType System.Type Type of the service.
리턴 object

GetServices() 공개 메소드

Gets all services for the specified type.
public GetServices ( Type serviceType ) : IEnumerable
serviceType System.Type Type of the service.
리턴 IEnumerable

WindsorDependencyResolver() 공개 메소드

Initializes a new instance of the WindsorDependencyResolver class.
public WindsorDependencyResolver ( [ container ) : System
container [ The container.
리턴 System