C# Class LibiadaWeb.Controllers.AbstractResultController

The abstract result controller.
Inheritance: Controller
Mostrar archivo Open project: intervals-mining-lab/libiada-web

Public Methods

Method Description
Result ( string taskId ) : System.Web.Mvc.ActionResult

The result.

Protected Methods

Method Description
AbstractResultController ( string displayName ) : System

Initializes a new instance of the AbstractResultController class.

Action ( object>.Func action ) : System.Web.Mvc.ActionResult

The action method.

Method Details

AbstractResultController() protected method

Initializes a new instance of the AbstractResultController class.
protected AbstractResultController ( string displayName ) : System
displayName string /// The display name. ///
return System

Action() protected method

The action method.
protected Action ( object>.Func action ) : System.Web.Mvc.ActionResult
action object>.Func /// The action. ///
return System.Web.Mvc.ActionResult

Result() public method

The result.
public Result ( string taskId ) : System.Web.Mvc.ActionResult
taskId string /// The task Id. ///
return System.Web.Mvc.ActionResult