C# 클래스 StoryTeller.Persistence.SectionAdder

상속: ITestVisitor
파일 보기 프로젝트 열기: DarthFubuMVC/storyteller 1 사용 예제들

공개 메소드들

메소드 설명
EndSection ( Section section ) : void
RunStep ( IStep step ) : void
SectionAdder ( Section section ) : System
StartSection ( Section section ) : void
WriteComment ( Comment comment ) : void
WriteTags ( Tags tags ) : void

메소드 상세

EndSection() 공개 메소드

public EndSection ( Section section ) : void
section Section
리턴 void

RunStep() 공개 메소드

public RunStep ( IStep step ) : void
step IStep
리턴 void

SectionAdder() 공개 메소드

public SectionAdder ( Section section ) : System
section Section
리턴 System

StartSection() 공개 메소드

public StartSection ( Section section ) : void
section Section
리턴 void

WriteComment() 공개 메소드

public WriteComment ( Comment comment ) : void
comment StoryTeller.Domain.Comment
리턴 void

WriteTags() 공개 메소드

public WriteTags ( Tags tags ) : void
tags StoryTeller.Domain.Tags
리턴 void