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

Dependency scope for Windsor container.
상속: IDependencyScope
파일 보기 프로젝트 열기: sharparchitecture/Sharp-Architecture 1 사용 예제들

공개 메소드들

메소드 설명
Dispose ( ) : void

Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.

GetService ( Type serviceType ) : object

Retrieves a service from the container.

GetServices ( Type serviceType ) : IEnumerable

Retrieves a collection of services from the container.

WindsorDependencyScope ( [ container ) : System

비공개 메소드들

메소드 설명
TryResolveService ( IWindsorContainer container, Type serviceType ) : object
TryResolveServices ( IWindsorContainer container, Type serviceType ) : IEnumerable

메소드 상세

Dispose() 공개 메소드

Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
public Dispose ( ) : void
리턴 void

GetService() 공개 메소드

Retrieves a service from the container.
public GetService ( Type serviceType ) : object
serviceType System.Type The service to be retrieved.
리턴 object

GetServices() 공개 메소드

Retrieves a collection of services from the container.
public GetServices ( Type serviceType ) : IEnumerable
serviceType System.Type The collection of services to be retrieved.
리턴 IEnumerable

WindsorDependencyScope() 공개 메소드

public WindsorDependencyScope ( [ container ) : System
container [ Windsor container.
리턴 System