Table of Contents

Class FlowNode_ExecuteFunctionTReturn<TTarget, TP1, TR>

Namespace
Ceres.Graph.Flow.Utilities
Assembly
cs.temp.dll.dll
public sealed class FlowNode_ExecuteFunctionTReturn<TTarget, TP1, TR> : FlowNode_ExecuteFunctionReturn<TTarget>, IDisposable, ISerializationCallbackReceiver

Type Parameters

TTarget
TP1
TR
Inheritance
object
FlowNode_ExecuteFunctionTReturn<TTarget, TP1, TR>
Implements
IDisposable
ISerializationCallbackReceiver
Inherited Members

Fields

input1

public CeresPort<TP1> input1

Field Value

CeresPort<TP1>

output

public CeresPort<TR> output

Field Value

CeresPort<TR>

target

public CeresPort<TTarget> target

Field Value

CeresPort<TTarget>

Methods

LocalExecute(ExecutionContext)

protected override void LocalExecute(ExecutionContext executionContext)

Parameters

executionContext ExecutionContext