C# 클래스 RunningObjects.Core.Controllers.WorkflowController

상속: ControllerBase
파일 보기 프로젝트 열기: edurdias/RunningObjects

공개 메소드들

메소드 설명
Execute ( string workflowKey, string activityKey, Type modelType, string methodName, int index ) : System.Web.Mvc.ActionResult
Start ( string workflowKey, Type modelType, string methodName, int index ) : System.Web.Mvc.ActionResult

비공개 메소드들

메소드 설명
Execute ( string workflowKey, string activityKey, Type modelType, Method method ) : System.Web.Mvc.ActionResult
FindActivity ( string activityKey, IWorkflowActivity activity ) : IWorkflowActivity
GetActivityFor ( string workflowKey, string activityKey ) : IWorkflowActivity
GetMappingFor ( Type type, MethodBase method, string methodName, int index ) : MethodMapping
GetRedirectOnFinish ( ) : System.Web.Mvc.ActionResult
GetWorkflow ( string key ) : IWorkflow
OnException ( object model ) : ActionResult>.Func
OnSuccess ( IWorkflowActivity currentActivity, object @return ) : Func
OnSuccessWithReturn ( IWorkflowActivity nextActivity ) : ActionResult>.Func
Start ( string workflowKey, Type modelType, Method method ) : System.Web.Mvc.ActionResult

메소드 상세

Execute() 공개 메소드

public Execute ( string workflowKey, string activityKey, Type modelType, string methodName, int index ) : System.Web.Mvc.ActionResult
workflowKey string
activityKey string
modelType System.Type
methodName string
index int
리턴 System.Web.Mvc.ActionResult

Start() 공개 메소드

public Start ( string workflowKey, Type modelType, string methodName, int index ) : System.Web.Mvc.ActionResult
workflowKey string
modelType System.Type
methodName string
index int
리턴 System.Web.Mvc.ActionResult