C# 클래스 Bosphorus.Library.Dao.Facade.Facade.Loader.Repository.Base.AbstractRepositoryContainerConfigurator

상속: IContainerConfigurator
파일 보기 프로젝트 열기: BosphorusTeam/bosphorus.dao

보호된 프로퍼티들

프로퍼티 타입 설명
@namespace string
assemblyName string
defaultImplimentationType System.Type
serviceType System.Type

공개 메소드들

메소드 설명
Configure ( IWindsorContainer container ) : void

보호된 메소드들

메소드 설명
AbstractRepositoryContainerConfigurator ( Type serviceType, Type defaultImplimentationType, string assemblyName, string @namespace, string endsWith ) : System

메소드 상세

AbstractRepositoryContainerConfigurator() 보호된 메소드

protected AbstractRepositoryContainerConfigurator ( Type serviceType, Type defaultImplimentationType, string assemblyName, string @namespace, string endsWith ) : System
serviceType System.Type
defaultImplimentationType System.Type
assemblyName string
@namespace string
endsWith string
리턴 System

Configure() 공개 메소드

public Configure ( IWindsorContainer container ) : void
container IWindsorContainer
리턴 void

프로퍼티 상세

@namespace 보호되어 있는 프로퍼티

protected string @namespace
리턴 string

assemblyName 보호되어 있는 프로퍼티

protected string assemblyName
리턴 string

defaultImplimentationType 보호되어 있는 프로퍼티

protected Type,System defaultImplimentationType
리턴 System.Type

serviceType 보호되어 있는 프로퍼티

protected Type,System serviceType
리턴 System.Type