Class LocalFunction
Variable represents local custom function in flow subGraph
public class LocalFunction : SharedVariable<string>, ICloneable, IDisposable, IVariable<string>
- Inheritance
-
LocalFunction
- Implements
- Inherited Members
Remarks
Value is function guid
Constructors
LocalFunction()
public LocalFunction()
LocalFunction(string)
public LocalFunction(string functionName)
Parameters
functionNamestring
Methods
CloneT()
protected override SharedVariable<string> CloneT()