Class FlowNode_ExecuteFunctionTReturn<TTarget, TP1, TP2, TP3, TR>
Inheritance
object
    
    
    
    
    
    
    FlowNode_ExecuteFunctionReturn<TTarget>
    FlowNode_ExecuteFunctionTReturn<TTarget, TP1, TP2, TP3, TR>
  Implements
IDisposable
    ISerializationCallbackReceiver
  Inherited Members
Namespace: Ceres.Graph.Flow.Utilities
Assembly: cs.temp.dll.dll
Syntax
public sealed class FlowNode_ExecuteFunctionTReturn<TTarget, TP1, TP2, TP3, TR> : FlowNode_ExecuteFunctionReturn<TTarget>, IDisposable, ISerializationCallbackReceiver
  Type Parameters
| Name | Description | 
|---|---|
| TTarget | |
| TP1 | |
| TP2 | |
| TP3 | |
| TR | 
Fields
input1
Declaration
public CeresPort<TP1> input1
  Field Value
| Type | Description | 
|---|---|
| CeresPort<TP1> | 
input2
Declaration
public CeresPort<TP2> input2
  Field Value
| Type | Description | 
|---|---|
| CeresPort<TP2> | 
input3
Declaration
public CeresPort<TP3> input3
  Field Value
| Type | Description | 
|---|---|
| CeresPort<TP3> | 
output
Declaration
public CeresPort<TR> output
  Field Value
| Type | Description | 
|---|---|
| CeresPort<TR> | 
target
Declaration
public CeresPort<TTarget> target
  Field Value
| Type | Description | 
|---|---|
| CeresPort<TTarget> | 
Methods
LocalExecute(ExecutionContext)
Declaration
protected override void LocalExecute(ExecutionContext executionContext)
  Parameters
| Type | Name | Description | 
|---|---|---|
| ExecutionContext | executionContext | 
Overrides
Implements
      IDisposable
  
  
      ISerializationCallbackReceiver