C# Class MvcToFubu.Core.Components.MvcActionCall

Inheritance: ActionCall
ファイルを表示 Open project: bobpace/MvcToFubu

Public Methods

Method Description
MvcActionCall ( Type handlerType, MethodInfo method ) : System

Protected Methods

Method Description
buildObjectDef ( ) : ObjectDef

Method Details

MvcActionCall() public method

public MvcActionCall ( Type handlerType, MethodInfo method ) : System
handlerType System.Type
method System.Reflection.MethodInfo
return System

buildObjectDef() protected method

protected buildObjectDef ( ) : ObjectDef
return ObjectDef