INxInfo Interface
  Namespace: Qlik.Engine
Assembly: Qlik.Engine.dll
  
  
  Assembly: Qlik.Engine.dll
Syntax
[ValueClass]
public interface INxInfo : IAbstractStructureProperties
| Name | Description | 
|---|---|
| Id | Identifier of the object. If the chosen identifier is already in use, the engine automatically sets another one. If an identifier is not set, the engine automatically sets one. This parameter is optional. JSON property name: qId | 
| Type | Type of the object. This parameter is mandatory. JSON property name: qType | 
Methods
| Name | Description | 
|---|---|
| AsObject() | Converts an info object into its corresponding GenericObject | 
| AsObject<T>() | Converts an info object into its corresponding GenericObject |