C# Class MvcApi.ApiController

Inheritance: Controller
Afficher le fichier Open project: dax70/MvcApi

Méthodes protégées

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

Private Methods

Méthode Description
ApiController ( ) : System
PossiblyLoadTempData ( ) : void
PossiblySaveTempData ( ) : void

Method Details

BeginExecuteCore() protected méthode

protected BeginExecuteCore ( AsyncCallback callback, object state ) : IAsyncResult
callback AsyncCallback
state object
Résultat IAsyncResult

CreateActionInvoker() protected méthode

protected CreateActionInvoker ( ) : IActionInvoker
Résultat IActionInvoker

CreateActionSelector() protected méthode

protected CreateActionSelector ( ) : IActionSelector
Résultat IActionSelector

EndExecuteCore() protected méthode

protected EndExecuteCore ( IAsyncResult asyncResult ) : void
asyncResult IAsyncResult
Résultat void

ExecuteCore() protected méthode

protected ExecuteCore ( ) : void
Résultat void