Class FlowNode_ExecuteFunctionTVoid<TTarget, TP1, TP2, TP3, TP4, TP5, TP6>
Inheritance
object
FlowNode_ExecuteFunctionVoid<TTarget>
FlowNode_ExecuteFunctionTVoid<TTarget, TP1, TP2, TP3, TP4, TP5, TP6>
Implements
System.Collections.Generic.IEnumerable<T><CeresNode>
System.Collections.IEnumerable
System.IDisposable
ISerializationCallbackReceiver
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Ceres.Graph.Flow.Utilities
Assembly: cs.temp.dll.dll
Syntax
[Serializable]
public sealed class FlowNode_ExecuteFunctionTVoid<TTarget, TP1, TP2, TP3, TP4, TP5, TP6> : FlowNode_ExecuteFunctionVoid<TTarget>, IEnumerable<CeresNode>, IEnumerable, IDisposable, ISerializationCallbackReceiver
Type Parameters
| Name | Description |
|---|---|
| TTarget | |
| TP1 | |
| TP2 | |
| TP3 | |
| TP4 | |
| TP5 | |
| TP6 |
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> |
input4
Declaration
public CeresPort<TP4> input4
Field Value
| Type | Description |
|---|---|
| CeresPort<TP4> |
input5
Declaration
public CeresPort<TP5> input5
Field Value
| Type | Description |
|---|---|
| CeresPort<TP5> |
input6
Declaration
public CeresPort<TP6> input6
Field Value
| Type | Description |
|---|---|
| CeresPort<TP6> |
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
System.Collections.Generic.IEnumerable<T>
System.Collections.IEnumerable
System.IDisposable
ISerializationCallbackReceiver