Interface IStoryListWriter
Represents a class that can export a StoryList to a text-file.
Namespace: IRM.Domain.Tests
Assembly: IRM.dll
Syntax
public interface IStoryListWriter
Methods
Write(StoryList, Stream)
Writes all stories to the specified System.IO.Stream.
Declaration
void Write(StoryList stories, Stream stream)
Parameters
StoryList
stories
The stories to write. |
System.IO.Stream
stream
The stream to write the |