Table of Contents

Interface IWriter

Namespace
Sccg.Core
Assembly
Sccg.dll

Represents a writer that writes the content to some form.

public interface IWriter : IBuildUnit

Properties

Name

Gets the writer name.

Priority

Gets the order in which the IWriter is applied. The lower the number, the earlier the IWriter is applied.

Methods

Write(IEnumerable<IContent>, BuilderQuery)

Writes the specified content.