Skip to main content

PlaceholderReplaceNode

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

Pipeline node that replaces placeholders in a string

public class PlaceholderReplaceNode : IPipelineNode

Inheritance ObjectPlaceholderReplaceNode
Implements IPipelineNode

Constructors

PlaceholderReplaceNode(NodeDelegate)

Pipeline node that replaces placeholders in a string

public PlaceholderReplaceNode(NodeDelegate next)

Parameters

next NodeDelegate
Next node in the pipeline

Methods

ProcessObjectAsync(IDataContext)

public Task ProcessObjectAsync(IDataContext dataContext)

Parameters

dataContext IDataContext

Returns

Task