IFunctionParserFunctionList Property |
The semi-colon separated list of function names. The names must not include
a "fn" prefix. Simple substitution resolutions can be specified in the form
name=value (instead of just a name), e.g. "X=y". Functions so specified will
never result in a callback, but instead will be resolved using a simple
substitution of "y" for "!fnX()".
Namespace:
NetQuarry
Assembly:
EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax string FunctionList { get; }
ReadOnly Property FunctionList As String
Get
Property Value
Type:
StringExamples ManagerID;FavoriteFood=Tacos;AssistantID
See Also