C# Class tinyweb.framework.DefaultFilterScanner

Inheritance: IFilterScanner
Afficher le fichier Open project: martinrue/Tinyweb

Méthodes publiques

Méthode Description
FindAll ( IEnumerable types ) : IEnumerable
GetSearcher ( ) : bool>.Func
getPriority ( Type type ) : int

Private Methods

Méthode Description
findFilters ( IEnumerable types ) : IEnumerable

Method Details

FindAll() public méthode

public FindAll ( IEnumerable types ) : IEnumerable
types IEnumerable
Résultat IEnumerable

GetSearcher() public méthode

public GetSearcher ( ) : bool>.Func
Résultat bool>.Func

getPriority() public méthode

public getPriority ( Type type ) : int
type System.Type
Résultat int