Show / Hide Table of Contents

Class StoryListTextWriter

Represents a class that can export a StoryList to a text-file.

Inheritance
Object
StoryListTextWriter
Inherited Members
System.Object.ToString()
Object.Equals(Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
Object.MemberwiseClone()
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 stories too.

Implements
IStoryListWriter.Write(StoryList, Stream)

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 stories too.

Extension Methods

ObjectExtensions.DeepClone<T>(T)
AnnotationsExtensions.IsValid(Object)
Back to top Generated by DocFX