C# 클래스 Castle.MicroKernel.SubSystems.Naming.KeySearchNamingSubSystem

상속: DefaultNamingSubSystem
파일 보기 프로젝트 열기: nats/castle-1.0.3-mono

보호된 프로퍼티들

프로퍼티 타입 설명
keyPredicate Predicate
service2Keys IDictionary

공개 메소드들

메소드 설명
KeySearchNamingSubSystem ( ) : System

Initializes a new instance of the KeySearchNamingSubSystem class.

KeySearchNamingSubSystem ( Predicate keyPredicate ) : System

Initializes a new instance of the KeySearchNamingSubSystem class.

비공개 메소드들

메소드 설명
GetHandler ( Type service ) : IHandler
Register ( string key, IHandler handler ) : void
UnRegister ( Type service ) : void
UnRegister ( string key ) : void

메소드 상세

KeySearchNamingSubSystem() 공개 메소드

Initializes a new instance of the KeySearchNamingSubSystem class.
public KeySearchNamingSubSystem ( ) : System
리턴 System

KeySearchNamingSubSystem() 공개 메소드

Initializes a new instance of the KeySearchNamingSubSystem class.
public KeySearchNamingSubSystem ( Predicate keyPredicate ) : System
keyPredicate Predicate The key predicate.
리턴 System

프로퍼티 상세

keyPredicate 보호되어 있는 프로퍼티

protected Predicate keyPredicate
리턴 Predicate

service2Keys 보호되어 있는 프로퍼티

protected IDictionary service2Keys
리턴 IDictionary