C# Class Castle.MicroKernel.SubSystems.Naming.KeySearchNamingSubSystem

Inheritance: DefaultNamingSubSystem
ファイルを表示 Open project: nats/castle-1.0.3-mono

Protected Properties

Property Type Description
keyPredicate Predicate
service2Keys IDictionary

Public Methods

Method Description
KeySearchNamingSubSystem ( ) : System

Initializes a new instance of the KeySearchNamingSubSystem class.

KeySearchNamingSubSystem ( Predicate keyPredicate ) : System

Initializes a new instance of the KeySearchNamingSubSystem class.

Private Methods

Method Description
GetHandler ( Type service ) : IHandler
Register ( string key, IHandler handler ) : void
UnRegister ( Type service ) : void
UnRegister ( string key ) : void

Method Details

KeySearchNamingSubSystem() public method

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

KeySearchNamingSubSystem() public method

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

Property Details

keyPredicate protected_oe property

protected Predicate keyPredicate
return Predicate

service2Keys protected_oe property

protected IDictionary service2Keys
return IDictionary