Table of Contents

Class Writer<TContent>

Namespace
Sccg.Core
Assembly
Sccg.dll

The base class of IContent.

public abstract class Writer<TContent> : IWriter, IBuildUnit where TContent : IContent

Type Parameters

TContent
Inheritance
Writer<TContent>
Implements
Derived
Inherited Members

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<TContent>)

Writes the specified content.

Write(IEnumerable<TContent>, BuilderQuery)

Writes the specified content.