Show / Hide Table of Contents

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

Extension Methods

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