C# Class CardWall.Controllers.ProjectsController

Inheritance: Controller
Mostrar archivo Open project: Cint/CardWall

Public Methods

Method Description
CurrentIteration ( int id, string projects, string q, string theme ) : System.Web.Mvc.ActionResult

Private Methods

Method Description
AppendCurrentIteration ( IterationView iteration, List projects, bool>.Func cardFilter ) : void
CardsForCurrentIteration ( int project ) : Task>
CreateBadgeBuilder ( ) : CardBadge>.IBuilder
CreateCardFilter ( string q ) : bool>.Func
CreateLookup ( IEnumerable projects ) : PivotalProject>.Dictionary
CreateLookup ( IEnumerable members ) : PivotalProjectMember>.Dictionary
GetTheme ( string themeName ) : Theme

Method Details

CurrentIteration() public method

public CurrentIteration ( int id, string projects, string q, string theme ) : System.Web.Mvc.ActionResult
id int
projects string
q string
theme string
return System.Web.Mvc.ActionResult