Class FunctionArgs
Inheritance
object
FunctionArgs
Assembly: solution.dll
Syntax
public class FunctionArgs : EventArgs
Properties
HasResult
Declaration
public bool HasResult { get; set; }
Property Value
Parameters
Declaration
public Expression[] Parameters { get; set; }
Property Value
Result
Declaration
public object Result { get; set; }
Property Value
Methods
EvaluateParameters(Flow)
Declaration
public object[] EvaluateParameters(Flow flow)
Parameters
| Type |
Name |
Description |
| Flow |
flow |
|
Returns
| Type |
Description |
| object[] |
|
Extension Methods