C# Class CastleTests.HandlerFilterTestCase.DelegatingFilter

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

Méthodes publiques

Méthode Description
DelegatingFilter ( Type typeToFilter, bool>.Func filter = null ) : System
HasOpinionAbout ( Type service ) : bool
SelectHandlers ( Type service, IHandler handlers ) : IHandler[]

Method Details

DelegatingFilter() public méthode

public DelegatingFilter ( Type typeToFilter, bool>.Func filter = null ) : System
typeToFilter System.Type
filter bool>.Func
Résultat System

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[]