C# Class Moma.Web.SummaryController

Inheritance: Controller
Afficher le fichier Open project: mono/momareports

Méthodes publiques

Méthode 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

Méthode Description
GetModel ( string report_name, string type, int pageno ) : SummaryViewData
GetTitleFromType ( string type ) : string

Method Details

ByApp() public méthode

public ByApp ( string type, int page ) : System.Web.Mvc.ActionResult
type string
page int
Résultat System.Web.Mvc.ActionResult

ByUse() public méthode

public ByUse ( string type, int page ) : System.Web.Mvc.ActionResult
type string
page int
Résultat System.Web.Mvc.ActionResult

Index() public méthode

public Index ( ) : System.Web.Mvc.ActionResult
Résultat System.Web.Mvc.ActionResult