C# 클래스 Castle.Facilities.TypedFactory.TypedFactoryFacility

Provides automatically generated factories on top of interfaces or delegates that you can use to pull components out of the container without ever referencing it explicitly.
상속: Castle.MicroKernel.Facilities.AbstractFacility
파일 보기 프로젝트 열기: castleproject/Windsor 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
DelegateFactoryKey string
FactoryMapCacheKey string
InterceptorKey string
IsFactoryKey string

보호된 메소드들

메소드 설명
AddFactories ( IConfiguration facilityConfig, ITypeConverter converter ) : void
Init ( ) : void
RegisterFactory ( string id, Type type, string selector ) : void

비공개 메소드들

메소드 설명
AddTypedFactoryEntry ( FactoryEntry entry ) : void
InitFacility ( ) : void
LegacyInit ( ) : void
LegacyRegisterFactory ( string id, Type factoryType, string creation, string destruction ) : void

메소드 상세

AddFactories() 보호된 메소드

protected AddFactories ( IConfiguration facilityConfig, ITypeConverter converter ) : void
facilityConfig IConfiguration
converter ITypeConverter
리턴 void

Init() 보호된 메소드

protected Init ( ) : void
리턴 void

RegisterFactory() 보호된 메소드

protected RegisterFactory ( string id, Type type, string selector ) : void
id string
type System.Type
selector string
리턴 void

프로퍼티 상세

DelegateFactoryKey 공개적으로 정적으로 프로퍼티

public static string DelegateFactoryKey
리턴 string

FactoryMapCacheKey 공개적으로 정적으로 프로퍼티

public static string FactoryMapCacheKey
리턴 string

InterceptorKey 공개적으로 정적으로 프로퍼티

public static string InterceptorKey
리턴 string

IsFactoryKey 공개적으로 정적으로 프로퍼티

public static string IsFactoryKey
리턴 string