C# Класс Griffin.Container.NonFrameworkClasses

Filter used when the registrar is looking for the services that a class implement.
This filter ignores all .NET Framework classes (i.e. all classes with a namespace that starts with "Microsoft." and "System.").
Наследование: IServiceFilter
Показать файл Открыть проект

Открытые методы

Метод Описание
CanRegisterAs ( Type service ) : bool

Determines if a concrete can be registered as the specified type.

Описание методов

CanRegisterAs() публичный Метод

Determines if a concrete can be registered as the specified type.
public CanRegisterAs ( Type service ) : bool
service System.Type Implemented service
Результат bool