C# Class StoryTeller.Persistence.SectionAdder

Inheritance: ITestVisitor
Exibir arquivo Open project: DarthFubuMVC/storyteller Class Usage Examples

Public Methods

Method Description
EndSection ( Section section ) : void
RunStep ( IStep step ) : void
SectionAdder ( Section section ) : System
StartSection ( Section section ) : void
WriteComment ( Comment comment ) : void
WriteTags ( Tags tags ) : void

Method Details

EndSection() public method

public EndSection ( Section section ) : void
section Section
return void

RunStep() public method

public RunStep ( IStep step ) : void
step IStep
return void

SectionAdder() public method

public SectionAdder ( Section section ) : System
section Section
return System

StartSection() public method

public StartSection ( Section section ) : void
section Section
return void

WriteComment() public method

public WriteComment ( Comment comment ) : void
comment StoryTeller.Domain.Comment
return void

WriteTags() public method

public WriteTags ( Tags tags ) : void
tags StoryTeller.Domain.Tags
return void