NxPatch MembersQlik Sense .NET SDK - API Reference
The NxPatch type exposes the following members.
Constructors

  NameDescription
Public methodNxPatch
Initializes a new instance of the NxPatch class
Back to Top
Methods

  NameDescription
Public methodAdd
Add Object with unique basetype to container
(Inherited from DynamicJson.)
Public methodGetMember
Get member from container with specified name
(Inherited from DynamicJson.)
Public methodSetMember
Set member in container to specified value
(Inherited from DynamicJson.)
Public methodTryGetMember
Try to get member from container with specified name
(Inherited from DynamicJson.)
Public methodTrySetMember
Try to set member in container to specified value
(Inherited from DynamicJson.)
Back to Top
Extension Methods

  NameDescription
Public Extension MethodIf (Defined by DynamicJsonExtensions.)
Public Extension MethodSwitch (Defined by DynamicJsonExtensions.)
Back to Top
Properties

  NameDescription
Public propertyOp
Operation to perform.
Public propertyPath
Path to the property to add, remove or replace.
Public propertyValue
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\""
Back to Top
See Also