C# 클래스 CompositeUI.Infrastructure.ServiceWindsorInstaller

상속: IWindsorInstaller
파일 보기 프로젝트 열기: padzikm/CompositeUI

보호된 프로퍼티들

프로퍼티 타입 설명
_binPath string

공개 메소드들

메소드 설명
Install ( IWindsorContainer container, IConfigurationStore store ) : void
ServiceWindsorInstaller ( string binPath ) : Castle.MicroKernel.Registration

메소드 상세

Install() 공개 추상적인 메소드

public abstract Install ( IWindsorContainer container, IConfigurationStore store ) : void
container IWindsorContainer
store IConfigurationStore
리턴 void

ServiceWindsorInstaller() 공개 메소드

public ServiceWindsorInstaller ( string binPath ) : Castle.MicroKernel.Registration
binPath string
리턴 Castle.MicroKernel.Registration

프로퍼티 상세

_binPath 보호되어 있는 프로퍼티

protected string _binPath
리턴 string