Cloud
Cloud-Dienstleistung für schnelle und effektive Analyse und Visualisierung von Daten für Ihr Business ohne eigene Applikationen zu erstellen oder zu programmieren.
public static string MyFunc(string value)
{
return value.ToUpper();
}Register it in the static constructor. Describe its category, types and parameters:StiFunctions.AddFunction(
"MyCategory", "MyFunc", "MyFunc", "Description",
typeof(DesignerController), typeof(string), "Return Description",
ParamTypes, ParamNames, ParamDescriptions);StiFunctions.AddFunction(...) — registers the method with its category, return type, argument types and help text.