Click or drag to resize
NxLocatedExpression Class
Inheritance Hierarchy
SystemObject
  Qlik.EngineNxLocatedExpression

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

The NxLocatedExpression type exposes the following members.

Constructors
  NameDescription
Public methodNxLocatedExpression
Initializes a new instance of the NxLocatedExpression class
Top
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