C# Class Flatwhite.WebApi.WebApiInvocation

Inheritance: _IInvocation
ファイルを表示 Open project: vanthoainguyen/Flatwhite

Public Methods

Method Description
GetArgumentValue ( int index ) : object
GetConcreteMethod ( ) : MethodInfo
GetConcreteMethodInvocationTarget ( ) : MethodInfo
Proceed ( ) : void
SetArgumentValue ( int index, object value ) : void
WebApiInvocation ( System.Web.Http.Controllers.HttpActionContext httpActionContext ) : System

Method Details

GetArgumentValue() public method

public GetArgumentValue ( int index ) : object
index int
return object

GetConcreteMethod() public method

public GetConcreteMethod ( ) : MethodInfo
return System.Reflection.MethodInfo

GetConcreteMethodInvocationTarget() public method

public GetConcreteMethodInvocationTarget ( ) : MethodInfo
return System.Reflection.MethodInfo

Proceed() public method

public Proceed ( ) : void
return void

SetArgumentValue() public method

public SetArgumentValue ( int index, object value ) : void
index int
value object
return void

WebApiInvocation() public method

public WebApiInvocation ( System.Web.Http.Controllers.HttpActionContext httpActionContext ) : System
httpActionContext System.Web.Http.Controllers.HttpActionContext
return System