Namespace Datafication.Core.Sinks
Classes
- HtmlTableSink
Transforms a DataBlock object into an HTML table representation.
- MarkdownTableSink
Transforms a DataBlock objects into a Markdown table representation.
- TextTableSink
Transforms a DataBlock object into a textual table representation.
Interfaces
- IDataSink<T>
Defines a contract for transforming a DataBlock into an instance of type
T.