C# 클래스 DynamicServices.Mvc.ReflectedDynamicActionDescriptor

상속: DynamicActionDescriptor
파일 보기 프로젝트 열기: ryanohs/DynamicServices

보호된 프로퍼티들

프로퍼티 타입 설명
Stage IDynamicStage

공개 메소드들

메소드 설명
Execute ( System.Web.Mvc.ControllerContext controllerContext, object>.IDictionary parameters ) : object
ReflectedDynamicActionDescriptor ( IDynamicStage stage ) : System.Collections.Generic
SetAction ( DynamicAction action ) : void

보호된 메소드들

메소드 설명
GetResult ( object data ) : object

메소드 상세

Execute() 공개 메소드

public Execute ( System.Web.Mvc.ControllerContext controllerContext, object>.IDictionary parameters ) : object
controllerContext System.Web.Mvc.ControllerContext
parameters object>.IDictionary
리턴 object

GetResult() 보호된 추상적인 메소드

protected abstract GetResult ( object data ) : object
data object
리턴 object

ReflectedDynamicActionDescriptor() 공개 메소드

public ReflectedDynamicActionDescriptor ( IDynamicStage stage ) : System.Collections.Generic
stage IDynamicStage
리턴 System.Collections.Generic

SetAction() 공개 메소드

public SetAction ( DynamicAction action ) : void
action DynamicAction
리턴 void

프로퍼티 상세

Stage 보호되어 있는 프로퍼티

protected IDynamicStage Stage
리턴 IDynamicStage