C# 클래스 Cares.WebBase.UnityConfiguration.UnityDependencyScope

Unity dependency scope
상속: IDependencyScope
파일 보기 프로젝트 열기: innoist/GF-FRS

보호된 프로퍼티들

프로퍼티 타입 설명
container IUnityContainer

공개 메소드들

메소드 설명
Dispose ( ) : void

Dispose

GetService ( Type serviceType ) : object

Resolve a type

GetServices ( Type serviceType ) : IEnumerable

Resolve multiple types

UnityDependencyScope ( IUnityContainer container ) : System

Constructor

메소드 상세

Dispose() 공개 메소드

Dispose
public Dispose ( ) : void
리턴 void

GetService() 공개 메소드

Resolve a type
public GetService ( Type serviceType ) : object
serviceType System.Type
리턴 object

GetServices() 공개 메소드

Resolve multiple types
public GetServices ( Type serviceType ) : IEnumerable
serviceType System.Type
리턴 IEnumerable

UnityDependencyScope() 공개 메소드

Constructor
public UnityDependencyScope ( IUnityContainer container ) : System
container IUnityContainer
리턴 System

프로퍼티 상세

container 보호되어 있는 프로퍼티

protected IUnityContainer container
리턴 IUnityContainer