C# Class StoryTeller.Persistence.SectionAdder

Inheritance: ITestVisitor
Afficher le fichier Open project: DarthFubuMVC/storyteller Class Usage Examples

Méthodes publiques

Méthode 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 méthode

public EndSection ( Section section ) : void
section Section
Résultat void

RunStep() public méthode

public RunStep ( IStep step ) : void
step IStep
Résultat void

SectionAdder() public méthode

public SectionAdder ( Section section ) : System
section Section
Résultat System

StartSection() public méthode

public StartSection ( Section section ) : void
section Section
Résultat void

WriteComment() public méthode

public WriteComment ( Comment comment ) : void
comment StoryTeller.Domain.Comment
Résultat void

WriteTags() public méthode

public WriteTags ( Tags tags ) : void
tags StoryTeller.Domain.Tags
Résultat void