C# Class LibiadaWeb.Controllers.Calculators.CongenericCalculationController

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

Public Methods

Method Description
CongenericCalculationController ( ) : System

Initializes a new instance of the CongenericCalculationController class.

Index ( ) : System.Web.Mvc.ActionResult

The index.

Private Methods

Method Description
Index ( long matterIds, int characteristicTypeLinkIds, int notationIds, int languageIds, int translatorIds, bool sort, bool theoretical ) : System.Web.Mvc.ActionResult
SortKeyValuePairList ( double>.List arrayForSort ) : void

The sort key value pair list.

Method Details

CongenericCalculationController() public method

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

Index() public method

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