Click or drag to resize
QvxMessage Class
QvxMessage is the base class of all messages that can be transmitted over a QVX-pipe.
Inheritance Hierarchy

Namespace: QlikView.Qvx.QvxLibrary
Assembly: QvxLibrary (in QvxLibrary.dll) Version: 2.1.4.0 (2.1.4)
Syntax
C#
public abstract class QvxMessage

The QvxMessage type exposes the following members.

Methods
Remarks
Any nonstatic fields that are added to the QvxMessage subclasses must be marked with [NonSerialized]. All fields that are to be serialized to XML will be automatically generated from the schemata.
See Also