PlaceholderReplaceNode
Namespace: Meshmakers.Octo.MeshAdapter.Services.Pipeline.Nodes.Transform
Pipeline node that replaces placeholders in a string
public class PlaceholderReplaceNode : IPipelineNode
Inheritance Object → PlaceholderReplaceNode
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