Skip to main content

QueryResultToMarkdownTableNode

Namespace: Meshmakers.Octo.MeshAdapter.Services.Pipeline.Nodes.Transform

Node object for converting an array to a Markdown table

public class QueryResultToMarkdownTableNode : IPipelineNode

Inheritance ObjectQueryResultToMarkdownTableNode
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

Returns

Task