Skip to main content

ApplyChangesNode

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

Applies changes to the object in mongodb

public class ApplyChangesNode : IPipelineNode

Inheritance ObjectApplyChangesNode
Implements IPipelineNode

Constructors

ApplyChangesNode(NodeDelegate, IMeshEtlContext)

Applies changes to the object in mongodb

public ApplyChangesNode(NodeDelegate next, IMeshEtlContext etlContext)

Parameters

next NodeDelegate

etlContext IMeshEtlContext

Methods

ProcessObjectAsync(IDataContext)

public Task ProcessObjectAsync(IDataContext dataContext)

Parameters

dataContext IDataContext

Returns

Task