C# Класс Castle.MicroKernel.SubSystems.Naming.KeySearchNamingSubSystem

Наследование: DefaultNamingSubSystem
Показать файл Открыть проект

Защищенные свойства (Protected)

Свойство Тип Описание
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