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. |