C# 클래스 StoryTeller.Persistence.WriterVisitor

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

공개 메소드들

메소드 설명
EndSection ( Section section ) : void
RunStep ( IStep step ) : void
StartSection ( Section section ) : void
Write ( ) : void
WriteComment ( Comment comment ) : void
WriteTags ( Tags tags ) : void
WriterVisitor ( System.Test test, INode node ) : System

메소드 상세

EndSection() 공개 메소드

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

RunStep() 공개 메소드

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

StartSection() 공개 메소드

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

Write() 공개 메소드

public Write ( ) : void
리턴 void

WriteComment() 공개 메소드

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

WriteTags() 공개 메소드

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

WriterVisitor() 공개 메소드

public WriterVisitor ( System.Test test, INode node ) : System
test System.Test
node INode
리턴 System