Class FlowNode_ExecuteFunction
Execute function in flow
public abstract class FlowNode_ExecuteFunction : FlowNode, IDisposable
- Inheritance
-
objectFlowNode_ExecuteFunction
- Implements
-
IDisposable
- Derived
- Inherited Members
Fields
executeInDependency
public bool executeInDependency
Field Value
- bool
isScriptMethod
public bool isScriptMethod
Field Value
- bool
isSelfTarget
public bool isSelfTarget
Field Value
- bool
isStatic
public bool isStatic
Field Value
- bool
methodName
public string methodName
Field Value
- string
parameterCount
public int parameterCount
Field Value
- int
Methods
GetExecutionPath()
public override ExecutionPath GetExecutionPath()
Returns
GetMethodInfo(Type)
public virtual MethodInfo GetMethodInfo(Type targetType)
Parameters
targetTypeType
Returns
- MethodInfo
GetSelfTargetOrDefault<TValue>(CeresPort<TValue>, ExecutionContext)
protected TValue GetSelfTargetOrDefault<TValue>(CeresPort<TValue> inputPort, ExecutionContext context)
Parameters
inputPortCeresPort<TValue>contextExecutionContext
Returns
- TValue
Type Parameters
TValue
GetTargetOrDefault<TValue>(CeresPort<TValue>, ExecutionContext)
protected TValue GetTargetOrDefault<TValue>(CeresPort<TValue> inputPort, ExecutionContext context)
Parameters
inputPortCeresPort<TValue>contextExecutionContext
Returns
- TValue
Type Parameters
TValue