Table of Contents

Class FlowNode_ExecuteFunctionTReturn<TTarget, TP1, TP2, TP3, TR>

Namespace
Ceres.Flow.Utilities
Assembly
Ceres.Flow.dll
[CeresGroup("Hidden")]
public sealed class FlowNode_ExecuteFunctionTReturn<TTarget, TP1, TP2, TP3, TR> : FlowNode_ExecuteFunctionReturn<TTarget>, IEnumerable<CeresNode>, IEnumerable, IDisposable

Type Parameters

TTarget
TP1
TP2
TP3
TR
Inheritance
FlowNode_ExecuteFunctionTReturn<TTarget, TP1, TP2, TP3, TR>
Implements
Inherited Members

Constructors

FlowNode_ExecuteFunctionTReturn()

public FlowNode_ExecuteFunctionTReturn()

Fields

input1

[InputPort(false)]
public CeresPort<TP1> input1

Field Value

CeresPort<TP1>

input2

[InputPort(false)]
public CeresPort<TP2> input2

Field Value

CeresPort<TP2>

input3

[InputPort(false)]
public CeresPort<TP3> input3

Field Value

CeresPort<TP3>

output

[OutputPort(true)]
[CeresLabel("Return Value")]
public CeresPort<TR> output

Field Value

CeresPort<TR>

target

[InputPort(false)]
[HideInGraphEditor]
public CeresPort<TTarget> target

Field Value

CeresPort<TTarget>

Methods

LocalExecute(ExecutionContext)

Do node local execution, sync only

protected override void LocalExecute(ExecutionContext executionContext)

Parameters

executionContext ExecutionContext

__getTypeName()

protected override string __getTypeName()

Returns

string

__initializePorts()

protected override void __initializePorts()

__initializeVariables()

protected override void __initializeVariables()