Class FlowNode_ExecuteFunction
Execute function in flow
Inheritance
object
FlowNode_ExecuteFunction
Implements
System.Collections.Generic.IEnumerable<T><CeresNode>
System.Collections.IEnumerable
System.IDisposable
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 abstract class FlowNode_ExecuteFunction : FlowNode, IEnumerable<CeresNode>, IEnumerable, IDisposable
Fields
executeInDependency
Declaration
public bool executeInDependency
Field Value
| Type | Description |
|---|---|
| bool |
isScriptMethod
Declaration
public bool isScriptMethod
Field Value
| Type | Description |
|---|---|
| bool |
isSelfTarget
Declaration
public bool isSelfTarget
Field Value
| Type | Description |
|---|---|
| bool |
isStatic
Declaration
public bool isStatic
Field Value
| Type | Description |
|---|---|
| bool |
methodName
Declaration
public string methodName
Field Value
| Type | Description |
|---|---|
| string |
parameterCount
Declaration
public int parameterCount
Field Value
| Type | Description |
|---|---|
| int |
Methods
GetExecutionPath()
Declaration
public override ExecutionPath GetExecutionPath()
Returns
| Type | Description |
|---|---|
| ExecutionPath |
Overrides
GetMethodInfo(Type)
Declaration
public virtual MethodInfo GetMethodInfo(Type targetType)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Type | targetType |
Returns
| Type | Description |
|---|---|
| System.Reflection.MethodInfo |
GetSelfTargetOrDefault<TValue>(CeresPort<TValue>, ExecutionContext)
Declaration
protected TValue GetSelfTargetOrDefault<TValue>(CeresPort<TValue> inputPort, ExecutionContext context)
Parameters
| Type | Name | Description |
|---|---|---|
| CeresPort<TValue> | inputPort | |
| ExecutionContext | context |
Returns
| Type | Description |
|---|---|
| TValue |
Type Parameters
| Name | Description |
|---|---|
| TValue |
GetTargetOrDefault<TValue>(CeresPort<TValue>, ExecutionContext)
Declaration
protected TValue GetTargetOrDefault<TValue>(CeresPort<TValue> inputPort, ExecutionContext context)
Parameters
| Type | Name | Description |
|---|---|---|
| CeresPort<TValue> | inputPort | |
| ExecutionContext | context |
Returns
| Type | Description |
|---|---|
| TValue |
Type Parameters
| Name | Description |
|---|---|
| TValue |
Implements
System.Collections.Generic.IEnumerable<T>
System.Collections.IEnumerable
System.IDisposable