C# Class 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.").
Inheritance: IServiceFilter
Exibir arquivo Open project: jgauffin/Griffin.Container

Public Methods

Method Description
CanRegisterAs ( Type service ) : bool

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

Method Details

CanRegisterAs() public method

Determines if a concrete can be registered as the specified type.
public CanRegisterAs ( Type service ) : bool
service System.Type Implemented service
return bool