Table of Contents

Method Format

Namespace
Sccg.Core
Assembly
Sccg.dll

Format(IEnumerable<TSourceItem>)

Formats to TContent from the collection of TSourceItem.

protected virtual TContent Format(IEnumerable<TSourceItem> items)

Parameters

items IEnumerable<TSourceItem>

A collection of TSourceItem collected from all sources.

Returns

TContent

It is passed to IWriter to write some formatted content.

Format(IEnumerable<TSourceItem>, BuilderQuery)

Formats to TContent from the collection of TSourceItem.

protected virtual TContent Format(IEnumerable<TSourceItem> items, BuilderQuery query)

Parameters

items IEnumerable<TSourceItem>

A collection of TSourceItem collected from all sources.

query BuilderQuery

The means of accessing other formatters, etc.

Returns

TContent

It is passed to IWriter to write some formatted content.