C# Class LibiadaWeb.Controllers.Calculators.CalculationController

Inheritance: AbstractResultController
显示文件 Open project: intervals-mining-lab/libiada-web

Public Methods

Method Description
CalculationController ( ) : System

Initializes a new instance of the CalculationController class.

Index ( ) : System.Web.Mvc.ActionResult

The index.

Private Methods

Method Description
Index ( long matterIds, int characteristicTypeLinkIds, int notationIds, int languageIds, int translatorIds, bool rotate, bool complementary, uint rotationLength ) : System.Web.Mvc.ActionResult

Method Details

CalculationController() public method

Initializes a new instance of the CalculationController class.
public CalculationController ( ) : System
return System

Index() public method

The index.
public Index ( ) : System.Web.Mvc.ActionResult
return System.Web.Mvc.ActionResult