Skip to main content

CreateUpdateInfoNode

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

Creates an update item for an existing RtEntity

public class CreateUpdateInfoNode : IPipelineNode

Inheritance ObjectCreateUpdateInfoNode
Implements IPipelineNode

Constructors

CreateUpdateInfoNode(NodeDelegate, IMeshEtlContext, ICkCacheService)

Creates an update item for an existing RtEntity

public CreateUpdateInfoNode(NodeDelegate next, IMeshEtlContext etlContext, ICkCacheService ckCacheService)

Parameters

next NodeDelegate

etlContext IMeshEtlContext

ckCacheService ICkCacheService

Methods

ProcessObjectAsync(IDataContext)

public Task ProcessObjectAsync(IDataContext dataContext)

Parameters

dataContext IDataContext

Returns

Task