83 Dictionary<string, IElement> Result =
new Dictionary<string, IElement>();
Defines an indexable property.
Static class for access to Full-Text-Search
static Task< Dictionary< string, PropertyDefinition[]> > GetFullTextSearchIndexedProperties()
Gets indexed properties for full-text-search indexation.
Gets properties indexed for full-text-search.
GetFtsProperties(ScriptNode Collection, int Start, int Length, Expression Expression)
Gets properties indexed for full-text-search.
GetFtsProperties(int Start, int Length, Expression Expression)
Gets properties indexed for full-text-search.
override string[] DefaultArgumentNames
Default Argument names
override async Task< IElement > EvaluateAsync(IElement[] Arguments, Variables Variables)
Evaluates the function.
override bool IsAsynchronous
If the node (or its decendants) include asynchronous evaluation. Asynchronous nodes should be evaluat...
override string FunctionName
Name of the function
override IElement Evaluate(IElement[] Arguments, Variables Variables)
Evaluates the function.