Class FlowNode_ExecuteFunctionT<TTarget>
Inheritance
object
FlowNode_ExecuteFunctionT<TTarget>
Implements
IDisposable
ISerializationCallbackReceiver
Inherited Members
Namespace: Ceres.Graph.Flow.Utilities
Assembly: cs.temp.dll.dll
Syntax
public sealed class FlowNode_ExecuteFunctionT<TTarget> : FlowNode_ExecuteFunctionUber, IDisposable, ISerializationCallbackReceiver
Type Parameters
| Name | Description |
|---|---|
| TTarget |
Fields
inputs
Declaration
public CeresPort<object>[] inputs
Field Value
| Type | Description |
|---|---|
| CeresPort<object>[] |
outputs
Declaration
public CeresPort<object>[] outputs
Field Value
| Type | Description |
|---|---|
| CeresPort<object>[] |
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
OnAfterDeserialize()
Declaration
public void OnAfterDeserialize()
OnBeforeSerialize()
Declaration
public void OnBeforeSerialize()
Implements
IDisposable
ISerializationCallbackReceiver