Table of Contents

Class FlowNode_ExecuteCustomFunctionTReturn<TP1, TR>

Namespace
Ceres.Flow.CustomFunctions
Assembly
Ceres.Flow.dll
[CeresGroup("Hidden")]
public sealed class FlowNode_ExecuteCustomFunctionTReturn<TP1, TR> : FlowNode_ExecuteCustomFunctionReturn, IEnumerable<CeresNode>, IEnumerable, IDisposable, IRuntimeCompiledNode

Type Parameters

TP1
TR
Inheritance
FlowNode_ExecuteCustomFunctionTReturn<TP1, TR>
Implements
Inherited Members

Constructors

FlowNode_ExecuteCustomFunctionTReturn()

public FlowNode_ExecuteCustomFunctionTReturn()

Fields

input1

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

Field Value

CeresPort<TP1>

output

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

Field Value

CeresPort<TR>

Methods

__getTypeName()

protected override string __getTypeName()

Returns

string

__initializePorts()

protected override void __initializePorts()

__initializeVariables()

protected override void __initializeVariables()