Class FlowNode_ExecuteFunctionT<TTarget>
Inheritance
object
FlowNode_ExecuteFunctionT<TTarget>
Implements
System.Collections.Generic.IEnumerable<T><CeresNode>
System.Collections.IEnumerable
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
public sealed class FlowNode_ExecuteFunctionT<TTarget> : FlowNode_ExecuteFunctionUber, IEnumerable<CeresNode>, IEnumerable, 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
System.Collections.Generic.IEnumerable<T>
System.Collections.IEnumerable
IDisposable
ISerializationCallbackReceiver