Skip to main content

Implementing mandatory classes

A QVX connector requires implementation of three mandatory classes that contain five methods in total:

The process flow of the program and the high level definition of the classes are as follows:

Illustration of mandatory class structure. Program.cs instantiates a new instance of QvEventLogServer and passes QvxServer arrguments. Then, QvEventLogServer.cs inherits the QvxServer Class, returns a new instance of the class implementing QvxConnection, and generates a Connection string for QlikView and Qlik Sense. Finally, QvEventLogConnection.cs creates QVX tables and fields for QlikView and Qlik Sense to see, and contains methods to extract data from data sources and methods to pass data source columns into QVX tables and fields.

Start by Implementing Program.cs.

Did this page help you?

If you find any issues with this page or its content – a typo, a missing step, or a technical error – let us know how we can improve!