QueryResultToMarkdownTableNode
Namespace: Meshmakers.Octo.MeshAdapter.Services.Pipeline.Nodes.Transform
Node object for converting an array to a Markdown table
public class QueryResultToMarkdownTableNode : IPipelineNode
Inheritance Object → QueryResultToMarkdownTableNode
Implements IPipelineNode
Constructors
QueryResultToMarkdownTableNode(NodeDelegate)
Node object for converting an array to a Markdown table
public QueryResultToMarkdownTableNode(NodeDelegate next)
Parameters
next
NodeDelegate
Methods
ProcessObjectAsync(IDataContext)
public Task ProcessObjectAsync(IDataContext dataContext)
Parameters
dataContext
IDataContext