C# Class OSharp.Web.Mvc.Initialize.MvcActionMethodInfoFinder

MVC功能方法查找器
Inheritance: IFunctionMethodInfoFinder
Show file Open project: i66soft/osharp

Public Methods

Method Description
Find ( Type type, bool>.Func predicate ) : System.Reflection.MethodInfo[]

查找指定条件的功能方法信息

FindAll ( Type type ) : System.Reflection.MethodInfo[]

从指定类型查找功能方法信息

Method Details

Find() public method

查找指定条件的功能方法信息
public Find ( Type type, bool>.Func predicate ) : System.Reflection.MethodInfo[]
type System.Type 控制器类型
predicate bool>.Func 筛选条件
return System.Reflection.MethodInfo[]

FindAll() public method

从指定类型查找功能方法信息
public FindAll ( Type type ) : System.Reflection.MethodInfo[]
type System.Type 控制器类型
return System.Reflection.MethodInfo[]