C# Class tinyweb.framework.DefaultFilterScanner

Inheritance: IFilterScanner
ファイルを表示 Open project: martinrue/Tinyweb

Public Methods

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

Private Methods

Method Description
findFilters ( IEnumerable types ) : IEnumerable

Method Details

FindAll() public method

public FindAll ( IEnumerable types ) : IEnumerable
types IEnumerable
return IEnumerable

GetSearcher() public method

public GetSearcher ( ) : bool>.Func
return bool>.Func

getPriority() public method

public getPriority ( Type type ) : int
type System.Type
return int