C# 클래스 JelloScrum.Web.Components.StoryAndTasksComponent

상속: Castle.MonoRail.Framework.ViewComponent
파일 보기 프로젝트 열기: auxilium/JelloScrum

공개 메소드들

메소드 설명
Initialize ( ) : void

Initializes this instance.

Render ( ) : void

Renders a list of tasks grouped by their stories.

비공개 메소드들

메소드 설명
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.

메소드 상세

Initialize() 공개 메소드

Initializes this instance.
public Initialize ( ) : void
리턴 void

Render() 공개 메소드

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