Click or drag to resize
IFormatterFactory Interface
Defines a class able to create Formatters and Transformers.

Namespace: Activsoft.Engine
Assembly: Activsoft.Engine (in Activsoft.Engine.dll) Version: 6.0.0.0
Syntax
public interface IFormatterFactory

The IFormatterFactory type exposes the following members.

Methods
  NameDescription
Public methodCreateFormatter
Creates a formatter with the given name and parameters.
Public methodCreateTransformer
Creates a transformer with the given name and parameters.
Public methodGetFormats
Returns the list of format names.
Public methodGetTransforms
Returns the list of Transformers, and for each of them, the type this Transformer returns.
Top
See Also