Skip to main content Skip to complementary content

QixClassBase Constructor

Overloads

QixClassBase(Int32, String)

Create a C# representation of a qix object.

QixClassBase(Int32, String, IQlikConnection)

Create a C# representation of a qix object.

QixClassBase(Int32, String)

Create a C# representation of a qix object.

Declaration

      protected QixClassBase(int handle, string type)
    

Parameters

Type Name Description
System.Int32 handle

The qix handle of the object.

System.String type

The qix type of the object.

QixClassBase(Int32, String, IQlikConnection)

Create a C# representation of a qix object.

Declaration

      protected QixClassBase(int handle, string type, IQlikConnection session)
    

Parameters

Type Name Description
System.Int32 handle

The qix handle of the object.

System.String type

The qix type of the object.

IQlikConnection session

The session in which the qix object resides.

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!