C# Class Moma.Web.SummaryController

Inheritance: Controller
ファイルを表示 Open project: mono/momareports

Public Methods

Method Description
ByApp ( string type, int page ) : System.Web.Mvc.ActionResult
ByUse ( string type, int page ) : System.Web.Mvc.ActionResult
Index ( ) : System.Web.Mvc.ActionResult

Private Methods

Method Description
GetModel ( string report_name, string type, int pageno ) : SummaryViewData
GetTitleFromType ( string type ) : string

Method Details

ByApp() public method

public ByApp ( string type, int page ) : System.Web.Mvc.ActionResult
type string
page int
return System.Web.Mvc.ActionResult

ByUse() public method

public ByUse ( string type, int page ) : System.Web.Mvc.ActionResult
type string
page int
return System.Web.Mvc.ActionResult

Index() public method

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