NxInfo Class
Namespace: Qlik.Engine
Assembly: Qlik.Engine.dll
Assembly: Qlik.Engine.dll
Inheritance
-
System.Object
-
AbstractStructure
- NxInfo
-
AbstractStructure
Syntax
[ValueClass]
public class NxInfo : AbstractStructure, IDisposable, INxInfo, IAbstractStructureConstructors
| Name | Description |
|---|---|
| NxInfo() |
Creates an instance of the NxInfo class |
Properties
| 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 |