Class FlowNode_ExecuteFunctionT<TTarget>
public sealed class FlowNode_ExecuteFunctionT<TTarget> : FlowNode_ExecuteFunctionUber, IDisposable, ISerializationCallbackReceiver
Type Parameters
TTarget
- Inheritance
-
objectFlowNode_ExecuteFunctionT<TTarget>
- Implements
-
IDisposableISerializationCallbackReceiver
- Inherited Members
Fields
inputs
public CeresPort<object>[] inputs
Field Value
- CeresPort<object>[]
outputs
public CeresPort<object>[] outputs
Field Value
- CeresPort<object>[]
target
public CeresPort<TTarget> target
Field Value
- CeresPort<TTarget>
Methods
LocalExecute(ExecutionContext)
protected override void LocalExecute(ExecutionContext executionContext)
Parameters
executionContextExecutionContext
OnAfterDeserialize()
public void OnAfterDeserialize()
OnBeforeSerialize()
public void OnBeforeSerialize()