C# Class MvcApi.ApiController

Inheritance: Controller
Mostrar archivo Open project: dax70/MvcApi

Protected Methods

Method Description
BeginExecuteCore ( AsyncCallback callback, object state ) : IAsyncResult
CreateActionInvoker ( ) : IActionInvoker
CreateActionSelector ( ) : IActionSelector
EndExecuteCore ( IAsyncResult asyncResult ) : void
ExecuteCore ( ) : void

Private Methods

Method Description
ApiController ( ) : System
PossiblyLoadTempData ( ) : void
PossiblySaveTempData ( ) : void

Method Details

BeginExecuteCore() protected method

protected BeginExecuteCore ( AsyncCallback callback, object state ) : IAsyncResult
callback AsyncCallback
state object
return IAsyncResult

CreateActionInvoker() protected method

protected CreateActionInvoker ( ) : IActionInvoker
return IActionInvoker

CreateActionSelector() protected method

protected CreateActionSelector ( ) : IActionSelector
return IActionSelector

EndExecuteCore() protected method

protected EndExecuteCore ( IAsyncResult asyncResult ) : void
asyncResult IAsyncResult
return void

ExecuteCore() protected method

protected ExecuteCore ( ) : void
return void