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

Inheritance: DefaultNamingSubSystem
Afficher le fichier Open project: nats/castle-1.0.3-mono

Protected Properties

Свойство Type Description
keyPredicate Predicate
service2Keys IDictionary

Méthodes publiques

Méthode 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

Méthode Description
GetHandler ( Type service ) : IHandler
Register ( string key, IHandler handler ) : void
UnRegister ( Type service ) : void
UnRegister ( string key ) : void

Method Details

KeySearchNamingSubSystem() public méthode

Initializes a new instance of the KeySearchNamingSubSystem class.
public KeySearchNamingSubSystem ( ) : System
Résultat System

KeySearchNamingSubSystem() public méthode

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

Property Details

keyPredicate protected_oe property

protected Predicate keyPredicate
Résultat Predicate

service2Keys protected_oe property

protected IDictionary service2Keys
Résultat IDictionary