C# Class JelloScrum.Web.Components.StoryAndTasksComponent

Inheritance: Castle.MonoRail.Framework.ViewComponent
ファイルを表示 Open project: auxilium/JelloScrum

Public Methods

Method Description
Initialize ( ) : void

Initializes this instance.

Render ( ) : void

Renders a list of tasks grouped by their stories.

Private Methods

Method 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 method

Initializes this instance.
public Initialize ( ) : void
return void

Render() public method

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