NxPatch Class
  Namespace: Qlik.Engine
Assembly: Qlik.Engine.dll
  
  
  Assembly: Qlik.Engine.dll
Inheritance
- 
      System.Object
      - 
          AbstractStructure
          - NxPatch
 
 
- 
          AbstractStructure
          
Syntax
[ValueClass]
public class NxPatch : AbstractStructure, IDisposable, INxPatch, IAbstractStructureConstructors
| Name | Description | 
|---|---|
| NxPatch() | Creates an instance of the NxPatch class | 
Properties
| Name | Description | 
|---|---|
| Op | Operation to perform. JSON property name: qOp | 
| Path | Path to the property to add, remove or replace. JSON property name: qPath | 
| Value | This parameter is not used in a remove operation. Corresponds to the value of the property to add or to the new value of the property to update. Examples: "false", "2", ""New title"" JSON property name: qValue |