C# 클래스 Flatwhite.WebApi.WebApiInvocation

상속: _IInvocation
파일 보기 프로젝트 열기: vanthoainguyen/Flatwhite

공개 메소드들

메소드 설명
GetArgumentValue ( int index ) : object
GetConcreteMethod ( ) : MethodInfo
GetConcreteMethodInvocationTarget ( ) : MethodInfo
Proceed ( ) : void
SetArgumentValue ( int index, object value ) : void
WebApiInvocation ( System.Web.Http.Controllers.HttpActionContext httpActionContext ) : System

메소드 상세

GetArgumentValue() 공개 메소드

public GetArgumentValue ( int index ) : object
index int
리턴 object

GetConcreteMethod() 공개 메소드

public GetConcreteMethod ( ) : MethodInfo
리턴 System.Reflection.MethodInfo

GetConcreteMethodInvocationTarget() 공개 메소드

public GetConcreteMethodInvocationTarget ( ) : MethodInfo
리턴 System.Reflection.MethodInfo

Proceed() 공개 메소드

public Proceed ( ) : void
리턴 void

SetArgumentValue() 공개 메소드

public SetArgumentValue ( int index, object value ) : void
index int
value object
리턴 void

WebApiInvocation() 공개 메소드

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