Class StoryListTextWriter
Represents a class that can export a StoryList to a text-file.
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
Namespace: IRM.Domain.Tests
Assembly: IRM.dll
Syntax
public class StoryListTextWriter : IStoryListWriter
Methods
Write(StoryList, Stream)
Writes all stories to the specified System.IO.Stream.
Declaration
public void Write(StoryList stories, Stream stream)
Parameters
StoryList
stories
The stories to write. |
System.IO.Stream
stream
The stream to write the |
Implements
Write(StoryList, String)
Writes all stories to the specified file.
Declaration
public void Write(StoryList stories, string fileName)
Parameters
StoryList
stories
The stories to write. |
String
fileName
The name of the file to write the |