C# Class CastleTests.HandlerFilterTestCase.FailIfCalled

Inheritance: IHandlersFilter
Afficher le fichier Open project: castleproject/Windsor

Méthodes publiques

Méthode Description
HasOpinionAbout ( Type service ) : bool
SelectHandlers ( Type service, IHandler handlers ) : IHandler[]

Method Details

HasOpinionAbout() public méthode

public HasOpinionAbout ( Type service ) : bool
service System.Type
Résultat bool

SelectHandlers() public méthode

public SelectHandlers ( Type service, IHandler handlers ) : IHandler[]
service System.Type
handlers IHandler
Résultat IHandler[]