C# 클래스 tinyweb.framework.DefaultFilterScanner

상속: IFilterScanner
파일 보기 프로젝트 열기: martinrue/Tinyweb

공개 메소드들

메소드 설명
FindAll ( IEnumerable types ) : IEnumerable
GetSearcher ( ) : bool>.Func
getPriority ( Type type ) : int

비공개 메소드들

메소드 설명
findFilters ( IEnumerable types ) : IEnumerable

메소드 상세

FindAll() 공개 메소드

public FindAll ( IEnumerable types ) : IEnumerable
types IEnumerable
리턴 IEnumerable

GetSearcher() 공개 메소드

public GetSearcher ( ) : bool>.Func
리턴 bool>.Func

getPriority() 공개 메소드

public getPriority ( Type type ) : int
type System.Type
리턴 int