C# Class CastleTests.HandlerFilterTestCase.ReturnAllHandlersFilter

Inheritance: IHandlersFilter
Show file Open project: castleproject/Windsor

Public Methods

Method Description
HasOpinionAbout ( Type service ) : bool
SelectHandlers ( Type service, IHandler handlers ) : IHandler[]

Method Details

HasOpinionAbout() public method

public HasOpinionAbout ( Type service ) : bool
service System.Type
return bool

SelectHandlers() public method

public SelectHandlers ( Type service, IHandler handlers ) : IHandler[]
service System.Type
handlers IHandler
return IHandler[]