Click or drag to resize
INxLocatedExpression Interface

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

The INxLocatedExpression type exposes the following members.

Properties
  NameDescription
Public propertyExpression
Value of the expression
Public propertyInfo
Identifier and type of the object that contains the expression
Public propertyLocation
Location of the expression within the object
Public propertyParentPath
This parameter is displayed if the expression is located in a child object. The path of the parent of the child is given. The format of the parent path is: /<type of the parent>:<identifier of the parent>
Public propertyTags
Gives information on a field. For example, it can return the type of the field. Examples: key, text, ASCII
Top
See Also