C# Class JelloScrum.Web.Components.StoryAndTasksComponent

Inheritance: Castle.MonoRail.Framework.ViewComponent
Afficher le fichier Open project: auxilium/JelloScrum

Méthodes publiques

Méthode Description
Initialize ( ) : void

Initializes this instance.

Render ( ) : void

Renders a list of tasks grouped by their stories.

Private Methods

Méthode Description
RenderClosedTasksButtons ( Task task ) : string
RenderMarkdown ( string text ) : string

Render the markdown text as html

RenderMyTasksButtons ( Task task ) : string
RenderOpenTasksButtons ( Task task ) : string
RenderStory ( Story story, ICollection allTasks ) : string

Render the story.

RenderTakenTasksButtons ( Task task ) : string
RenderTask ( Task task ) : string

Render the task.

Method Details

Initialize() public méthode

Initializes this instance.
public Initialize ( ) : void
Résultat void

Render() public méthode

Renders a list of tasks grouped by their stories.
public Render ( ) : void
Résultat void