| QvxReply Class |
Namespace: QlikView.Qvx.QvxLibrary
public sealed class QvxReply : QvxMessage
The QvxReply type exposes the following members.
| Name | Description | |
|---|---|---|
| QvxReply |
Constructor to create a new empty QvxReply. See
QlikView QVX File Format for details.
| |
| QvxReply(QvxResult, String, String) |
Constructor to create a new QvxReply. See QlikView
QVX File Format for details.
|
| Name | Description | |
|---|---|---|
| GenerateXML |
Generates XML from QvxReply.
(Overrides QvxMessageGenerateXML(XmlWriter).) | |
| ReadStringArray |
QvxMessage helper method
(Inherited from QvxMessage.) |
| Name | Description | |
|---|---|---|
| ErrorMessage |
Error explanation when Result is not QVX_OK.
| |
| OutputValues |
String array of result values. See QVXCommandType table for how it
is used.
| |
| Result |
Error message type. See QvxResult.
|