Table of Contents

Class BuilderQuery

Namespace
Sccg
Assembly
Sccg.dll

A query class for Builder.

public sealed class BuilderQuery
Inheritance
BuilderQuery
Inherited Members

Methods

GetContentConverters<T>(bool)

Gets content converters by the specified type.

GetContents<T>(bool)

Gets the contents of the builder.

GetFormatters<T>(bool)

Gets formatters by the specified type.

GetMetadata()

Gets the metadata of the builder.

GetSourceItemConverters<T>(bool)

Gets source item converters by the specified type.

GetSourceItems<T>(bool)

Gets the source items of the builder.

GetSources<T>(bool)

Gets sources by the specified type.

GetWriters<T>(bool)

Gets writers by the specified type.

RegisterContentConverter(IContentConverter)

Registers the specified content converter to builder.

RegisterFormatter(IFormatter)

Registers the specified formatter to builder.

RegisterSource(ISource)

Registers the specified source to builder.

RegisterSourceItemConverter(ISourceItemConverter)

Registers the specified source item converter to builder.

RegisterWriter(IWriter)

Registers the specified writer to builder.