Click or drag to resize
Function Class
Inheritance Hierarchy
SystemObject
  Qlik.EngineFunction

Namespace: Qlik.Engine
Assembly: Qlik.Engine (in Qlik.Engine.dll) Version: 2.1.0.0+Build:7.origin/release/ms13
Syntax
public class Function : IFunction

The Function type exposes the following members.

Constructors
  NameDescription
Public methodFunction
Initializes a new instance of the Function class
Top
Properties
  NameDescription
Public propertyGroup
Group of the script function.
Public propertyName
Name of the script function.
Public propertySignature
Signature of the script function. Gives general information about the function.
Top
See Also