| Name | Description | |
|---|---|---|
| App | Initializes a new instance of the App class |
| Name | Description | |
|---|---|---|
| AbortModal | Aborts any selection mode in an app. For more information about selection mode, see BeginSelections method. | |
| AbortModalAsync | Aborts any selection mode in an app. For more information about selection mode, see BeginSelections method. | |
| AddAlternateState | Adds an alternate state in the app. | |
| AddAlternateStateAsync | Adds an alternate state in the app. | |
| AddFieldFromExpression | Adds a field on the fly. The field is added in the database model but the change is not persistent. If the app is closed, the field added on the fly does no longer exist. | |
| AddFieldFromExpressionAsync(String, String, String) | Adds a field on the fly. The field is added in the database model but the change is not persistent. If the app is closed, the field added on the fly does no longer exist. | |
| AddFieldFromExpressionAsync T (String, String, Func Response, T , String) | Adds a field on the fly. The field is added in the database model but the change is not persistent. If the app is closed, the field added on the fly does no longer exist. | |
| ApplyGenericBookmark | Applies a bookmark. | |
| ApplyGenericBookmarkAsync(String, String) | Applies a bookmark. | |
| ApplyGenericBookmarkAsync T (String, Func Response, T , String) | Applies a bookmark. | |
| Back | Loads the last logical operation (if any). | |
| BackAsync | Loads the last logical operation (if any). | |
| BackCount | Returns the number of entries on the Back stack. | |
| BackCountAsync(String) | Returns the number of entries on the Back stack. | |
| BackCountAsync T (Func Response, T , String) | Returns the number of entries on the Back stack. | |
| CheckExpression | Checks a given expression. | |
| CheckExpressionAsync(String, IEnumerable String , String) | Checks a given expression. | |
| CheckExpressionAsync T (String, IEnumerable String , Func Response, T , String) | Checks a given expression. | |
| CheckScriptSyntax | Checks the syntax of a script. | |
| CheckScriptSyntaxAsync(String) | Checks the syntax of a script. | |
| CheckScriptSyntaxAsync T (Func Response, T , String) | Checks the syntax of a script. | |
| ClearAll | Clears all selections in all fields of the current app. | |
| ClearAllAsync | Clears all selections in all fields of the current app. | |
| ClearUndoBuffer | Clears entirely the undo and redo buffer. | |
| ClearUndoBufferAsync | Clears entirely the undo and redo buffer. | |
| CloneGenericBookmark | Clones a bookmark. To clone: * a dimension, use CloneDimension method * a measure, use CloneMeasure method * an object, use CloneObject method | |
| CloneGenericBookmarkAsync(String, String) | Clones a bookmark. To clone: * a dimension, use CloneDimension method * a measure, use CloneMeasure method * an object, use CloneObject method | |
| CloneGenericBookmarkAsync T (String, Func Response, T , String) | Clones a bookmark. To clone: * a dimension, use CloneDimension method * a measure, use CloneMeasure method * an object, use CloneObject method | |
| CloneGenericDimension | Clones a dimension. To clone: * a bookmark, use CloneBookmark method * a measure, use CloneMeasure method * an object, use CloneObject method | |
| CloneGenericDimensionAsync(String, String) | Clones a dimension. To clone: * a bookmark, use CloneBookmark method * a measure, use CloneMeasure method * an object, use CloneObject method | |
| CloneGenericDimensionAsync T (String, Func Response, T , String) | Clones a dimension. To clone: * a bookmark, use CloneBookmark method * a measure, use CloneMeasure method * an object, use CloneObject method | |
| CloneGenericMeasure | Clones a measure. To clone: * a bookmark, use CloneBookmark method * a dimension, use CloneDimension method * an object, use CloneObject method | |
| CloneGenericMeasureAsync(String, String) | Clones a measure. To clone: * a bookmark, use CloneBookmark method * a dimension, use CloneDimension method * an object, use CloneObject method | |
| CloneGenericMeasureAsync T (String, Func Response, T , String) | Clones a measure. To clone: * a bookmark, use CloneBookmark method * a dimension, use CloneDimension method * an object, use CloneObject method | |
| CloneGenericObject | Clones any generic object (for example list objects, hypercubes, slides), sheets and stories. The clone method works for both app objects and child objects. When you clone an object that contains children, the children are cloned as well. It is not possible to clone a session object.To clone: * a bookmark, use CloneBookmark method * a dimension, use CloneDimension method * a measure, use CloneMeasure method | |
| CloneGenericObjectAsync(String, String) | Clones any generic object (for example list objects, hypercubes, slides), sheets and stories. The clone method works for both app objects and child objects. When you clone an object that contains children, the children are cloned as well. It is not possible to clone a session object.To clone: * a bookmark, use CloneBookmark method * a dimension, use CloneDimension method * a measure, use CloneMeasure method | |
| CloneGenericObjectAsync T (String, Func Response, T , String) | Clones any generic object (for example list objects, hypercubes, slides), sheets and stories. The clone method works for both app objects and child objects. When you clone an object that contains children, the children are cloned as well. It is not possible to clone a session object.To clone: * a bookmark, use CloneBookmark method * a dimension, use CloneDimension method * a measure, use CloneMeasure method | |
| CommitDraft | ||
| CommitDraftAsync | ||
| CreateConnection | Creates a connection. A connection indicates from which data source, the data should be taken. | |
| CreateConnectionAsync(Connection, String) | Creates a connection. A connection indicates from which data source, the data should be taken. | |
| CreateConnectionAsync T (Connection, Func Response, T , String) | Creates a connection. A connection indicates from which data source, the data should be taken. | |
| CreateDraft | ||
| CreateDraftAsync(String, String) | ||
| CreateDraftAsync T (String, Func Response, T , String) | ||
| CreateGenericBookmark | Creates a bookmark. | |
| CreateGenericBookmarkAsync(GenericBookmarkProperties, String) | Creates a bookmark. | |
| CreateGenericBookmarkAsync T (GenericBookmarkProperties, Func Response, T , String) | Creates a bookmark. | |
| CreateGenericDimension | Creates a dimension. | |
| CreateGenericDimensionAsync(GenericDimensionProperties, String) | Creates a dimension. | |
| CreateGenericDimensionAsync T (GenericDimensionProperties, Func Response, T , String) | Creates a dimension. | |
| CreateGenericMeasure | Creates a measure. | |
| CreateGenericMeasureAsync(GenericMeasureProperties, String) | Creates a measure. | |
| CreateGenericMeasureAsync T (GenericMeasureProperties, Func Response, T , String) | Creates a measure. | |
| CreateGenericObject | Creates a generic object at app level. For more information on generic objects, see Generic object definition. It is possible to create a generic object that is linked to another object. The linked object has the same properties as the linking object. The linking object cannot be a transient object. | |
| CreateGenericObjectAsync(GenericObjectProperties, String) | Creates a generic object at app level. For more information on generic objects, see Generic object definition. It is possible to create a generic object that is linked to another object. The linked object has the same properties as the linking object. The linking object cannot be a transient object. | |
| CreateGenericObjectAsync T (GenericObjectProperties, Func Response, T , String) | Creates a generic object at app level. For more information on generic objects, see Generic object definition. It is possible to create a generic object that is linked to another object. The linked object has the same properties as the linking object. The linking object cannot be a transient object. | |
| CreateGenericSessionObject | Creates a transient object. For example, you can use a transient object to create an app overview or a story overview. It is possible to create a transient object that is linked to another object. The linked object has the same properties as the linking object. The linking object cannot be a transient object. | |
| CreateGenericSessionObjectAsync(GenericObjectProperties, String) | Creates a transient object. For example, you can use a transient object to create an app overview or a story overview. It is possible to create a transient object that is linked to another object. The linked object has the same properties as the linking object. The linking object cannot be a transient object. | |
| CreateGenericSessionObjectAsync T (GenericObjectProperties, Func Response, T , String) | Creates a transient object. For example, you can use a transient object to create an app overview or a story overview. It is possible to create a transient object that is linked to another object. The linked object has the same properties as the linking object. The linking object cannot be a transient object. | |
| CreateVariable | Creates a script variable. To set some properties to the variable, use the SetNxProperties method. | |
| CreateVariableAsync(String, String) | Creates a script variable. To set some properties to the variable, use the SetNxProperties method. | |
| CreateVariableAsync T (String, Func Response, T , String) | Creates a script variable. To set some properties to the variable, use the SetNxProperties method. | |
| DeleteConnection | Deletes a connection. | |
| DeleteConnectionAsync | Deletes a connection. | |
| DestroyGenericBookmark | Removes a bookmark. | |
| DestroyGenericBookmarkAsync(String, String) | Removes a bookmark. | |
| DestroyGenericBookmarkAsync T (String, Func Response, T , String) | Removes a bookmark. | |
| DestroyGenericDimension | Removes a dimension. | |
| DestroyGenericDimensionAsync(String, String) | Removes a dimension. | |
| DestroyGenericDimensionAsync T (String, Func Response, T , String) | Removes a dimension. | |
| DestroyGenericMeasure | Removes a generic measure. | |
| DestroyGenericMeasureAsync(String, String) | Removes a generic measure. | |
| DestroyGenericMeasureAsync T (String, Func Response, T , String) | Removes a generic measure. | |
| DestroyGenericObject | Removes an app object. The children of the object (if any) are removed as well. | |
| DestroyGenericObjectAsync(String, String) | Removes an app object. The children of the object (if any) are removed as well. | |
| DestroyGenericObjectAsync T (String, Func Response, T , String) | Removes an app object. The children of the object (if any) are removed as well. | |
| DestroyGenericSessionObject | Removes a transient object. | |
| DestroyGenericSessionObjectAsync(String, String) | Removes a transient object. | |
| DestroyGenericSessionObjectAsync T (String, Func Response, T , String) | Removes a transient object. | |
| Dispose |
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
(Inherited from QixClassBase.) | |
| DoReload | Reloads the script that is set in an app. | |
| DoReloadAsync(Int32, Boolean, Boolean, String) | Reloads the script that is set in an app. | |
| DoReloadAsync T (Int32, Boolean, Boolean, Func Response, T , String) | Reloads the script that is set in an app. | |
| DoSave | Saves an app. All objects and data in the data model are saved. | |
| DoSaveAsync | Saves an app. All objects and data in the data model are saved. | |
| Evaluate | ||
| EvaluateAsync(String, String) | ||
| EvaluateAsync T (String, Func Response, T , String) | ||
| EvaluateEx | ||
| EvaluateExAsync(String, String) | ||
| EvaluateExAsync T (String, Func Response, T , String) | ||
| FindMatchingFields | Retrieves any fields that belong to the same archipelago as the specified field and that match at least one of the specified tags. Tags set by Qlik Sense are prefixed by the $ sign. | |
| FindMatchingFieldsAsync(String, IEnumerable String , String) | Retrieves any fields that belong to the same archipelago as the specified field and that match at least one of the specified tags. Tags set by Qlik Sense are prefixed by the $ sign. | |
| FindMatchingFieldsAsync T (String, IEnumerable String , Func Response, T , String) | Retrieves any fields that belong to the same archipelago as the specified field and that match at least one of the specified tags. Tags set by Qlik Sense are prefixed by the $ sign. | |
| Forward | Loads the next logical operation (if any). | |
| ForwardAsync | Loads the next logical operation (if any). | |
| ForwardCount | Returns the number of entries on the Forward stack. | |
| ForwardCountAsync(String) | Returns the number of entries on the Forward stack. | |
| ForwardCountAsync T (Func Response, T , String) | Returns the number of entries on the Forward stack. | |
| GenerateThumbNail | ||
| GenerateThumbNailAsync(String, String) | ||
| GenerateThumbNailAsync T (String, Func Response, T , String) | ||
| GetAppLayout | Evaluates an app. Returns dynamic properties (if any) in addition to the engine (fixed) properties. | |
| GetAppLayoutAsync(String) | Evaluates an app. Returns dynamic properties (if any) in addition to the engine (fixed) properties. | |
| GetAppLayoutAsync T (Func Response, T , String) | Evaluates an app. Returns dynamic properties (if any) in addition to the engine (fixed) properties. | |
| GetAppProperties | Gets the dynamic properties of an app. | |
| GetAppPropertiesAsync(String) | Gets the dynamic properties of an app. | |
| GetAppPropertiesAsync T (Func Response, T , String) | Gets the dynamic properties of an app. | |
| GetConnection | Retrieves a connection and returns: * The creation time of the connection * The identifier of the connection * The type of the connection * The name of the connection * The connection string | |
| GetConnectionAsync(String, String) | Retrieves a connection and returns: * The creation time of the connection * The identifier of the connection * The type of the connection * The name of the connection * The connection string | |
| GetConnectionAsync T (String, Func Response, T , String) | Retrieves a connection and returns: * The creation time of the connection * The identifier of the connection * The type of the connection * The name of the connection * The connection string | |
| GetConnections | Lists the connections in an app. | |
| GetConnectionsAsync(String) | Lists the connections in an app. | |
| GetConnectionsAsync T (Func Response, T , String) | Lists the connections in an app. | |
| GetDatabaseInfo | Gives information about an ODBC, OLEDB or CUSTOM connection. See Outputs for more details. | |
| GetDatabaseInfoAsync(String, String) | Gives information about an ODBC, OLEDB or CUSTOM connection. See Outputs for more details. | |
| GetDatabaseInfoAsync T (String, Func Response, T , String) | Gives information about an ODBC, OLEDB or CUSTOM connection. See Outputs for more details. | |
| GetDatabaseOwners | Lists the owners of a database for a ODBC, OLEDB or CUSTOM connection. | |
| GetDatabaseOwnersAsync(String, String, String) | Lists the owners of a database for a ODBC, OLEDB or CUSTOM connection. | |
| GetDatabaseOwnersAsync T (String, String, Func Response, T , String) | Lists the owners of a database for a ODBC, OLEDB or CUSTOM connection. | |
| GetDatabases | Lists the databases inside a ODBC, OLEDB or CUSTOM data source. | |
| GetDatabasesAsync(String, String) | Lists the databases inside a ODBC, OLEDB or CUSTOM data source. | |
| GetDatabasesAsync T (String, Func Response, T , String) | Lists the databases inside a ODBC, OLEDB or CUSTOM data source. | |
| GetDatabaseTableFields | Lists the fields inside a table of a database for a ODBC, OLEDB or CUSTOM connection. | |
| GetDatabaseTableFieldsAsync(String, String, String, String, String) | Lists the fields inside a table of a database for a ODBC, OLEDB or CUSTOM connection. | |
| GetDatabaseTableFieldsAsync T (String, String, String, String, Func Response, T , String) | Lists the fields inside a table of a database for a ODBC, OLEDB or CUSTOM connection. | |
| GetDatabaseTablePreview | Retrieves the values of the specified table of a database for a ODBC, OLEDB or CUSTOM connection. | |
| GetDatabaseTablePreviewAsync(String, String, String, String, String) | Retrieves the values of the specified table of a database for a ODBC, OLEDB or CUSTOM connection. | |
| GetDatabaseTablePreviewAsync T (String, String, String, String, Func Response, T , String) | Retrieves the values of the specified table of a database for a ODBC, OLEDB or CUSTOM connection. | |
| GetDatabaseTables | Lists the tables inside a database for a ODBC, OLEDB or CUSTOM connection. | |
| GetDatabaseTablesAsync(String, String, String, String) | Lists the tables inside a database for a ODBC, OLEDB or CUSTOM connection. | |
| GetDatabaseTablesAsync T (String, String, String, Func Response, T , String) | Lists the tables inside a database for a ODBC, OLEDB or CUSTOM connection. | |
| GetDocBookmarkInfo | ||
| GetDocBookmarkInfoAsync(String) | ||
| GetDocBookmarkInfoAsync T (Func Response, T , String) | ||
| GetEmptyScript | ||
| GetEmptyScriptAsync(String, String) | ||
| GetEmptyScriptAsync T (String, Func Response, T , String) | ||
| GetFavoriteVariables | Retrieves the variables that are tagged as favorite. | |
| GetFavoriteVariablesAsync(String) | Retrieves the variables that are tagged as favorite. | |
| GetFavoriteVariablesAsync T (Func Response, T , String) | Retrieves the variables that are tagged as favorite. | |
| GetField | Retrieves the handle of a field. | |
| GetFieldAsync(String, String, String) | Retrieves the handle of a field. | |
| GetFieldAsync T (String, String, Func Response, T , String) | Retrieves the handle of a field. | |
| GetFieldDescription | Retrieves the description of a field. | |
| GetFieldDescriptionAsync(String, String) | Retrieves the description of a field. | |
| GetFieldDescriptionAsync T (String, Func Response, T , String) | Retrieves the description of a field. | |
| GetFileTableFields | Lists the fields of a table for a folder connection. | |
| GetFileTableFieldsAsync(String, String, FileDataFormat, String, String) | Lists the fields of a table for a folder connection. | |
| GetFileTableFieldsAsync T (String, String, FileDataFormat, String, Func Response, T , String) | Lists the fields of a table for a folder connection. | |
| GetFileTablePreview | Lists the values in a table for a folder connection. | |
| GetFileTablePreviewAsync(String, String, FileDataFormat, String, String) | Lists the values in a table for a folder connection. | |
| GetFileTablePreviewAsync T (String, String, FileDataFormat, String, Func Response, T , String) | Lists the values in a table for a folder connection. | |
| GetFileTables | Lists the tables for a folder connection. | |
| GetFileTablesAsync(String, String, FileDataFormat, String) | Lists the tables for a folder connection. | |
| GetFileTablesAsync T (String, String, FileDataFormat, Func Response, T , String) | Lists the tables for a folder connection. | |
| GetFileTablesEx | ||
| GetFileTablesExAsync(String, String, FileDataFormat, String) | ||
| GetFileTablesExAsync T (String, String, FileDataFormat, Func Response, T , String) | ||
| GetFolderItemsForConnection | Lists the items for a folder connection. | |
| GetFolderItemsForConnectionAsync(String, String, String) | Lists the items for a folder connection. | |
| GetFolderItemsForConnectionAsync T (String, String, Func Response, T , String) | Lists the items for a folder connection. | |
| GetGenericBookmark | Returns the handle of a bookmark. | |
| GetGenericBookmarkAsync(String, String) | Returns the handle of a bookmark. | |
| GetGenericBookmarkAsync T (String, Func Response, T , String) | Returns the handle of a bookmark. | |
| GetGenericDimension | * Returns the definition of a dimension if the target (or handle ) is a dimension * Returns the handle of a dimension if the target (or handle) is app | |
| GetGenericDimensionAsync(String, String) | * Returns the definition of a dimension if the target (or handle ) is a dimension * Returns the handle of a dimension if the target (or handle) is app | |
| GetGenericDimensionAsync T (String, Func Response, T , String) | * Returns the definition of a dimension if the target (or handle ) is a dimension * Returns the handle of a dimension if the target (or handle) is app | |
| GetGenericMeasure | * Returns the definition of a measure if the target (or handle ) is a measure * Returns the handle of a measure if the target (or handle) is an app | |
| GetGenericMeasureAsync(String, String) | * Returns the definition of a measure if the target (or handle ) is a measure * Returns the handle of a measure if the target (or handle) is an app | |
| GetGenericMeasureAsync T (String, Func Response, T , String) | * Returns the definition of a measure if the target (or handle ) is a measure * Returns the handle of a measure if the target (or handle) is an app | |
| GetGenericObject | Returns the type of the app object and the corresponding handle. | |
| GetGenericObjectAsync(String, String) | Returns the type of the app object and the corresponding handle. | |
| GetGenericObjectAsync T (String, Func Response, T , String) | Returns the type of the app object and the corresponding handle. | |
| GetIncludeFileContent | Gets the content of a file. | |
| GetIncludeFileContentAsync(String, String) | Gets the content of a file. | |
| GetIncludeFileContentAsync T (String, Func Response, T , String) | Gets the content of a file. | |
| GetLocaleInfo | Retrieves information about locale. | |
| GetLocaleInfoAsync(String) | Retrieves information about locale. | |
| GetLocaleInfoAsync T (Func Response, T , String) | Retrieves information about locale. | |
| GetLooselyCoupledVector | Returns a vector of loosely coupled state flags, one element for each table in the app. The last three values in the vector are extra values. These values are for internal use.In case of circular references, the engine automatically create loosely coupled tables so that the circular references do not create a loop. | |
| GetLooselyCoupledVectorAsync(String) | Returns a vector of loosely coupled state flags, one element for each table in the app. The last three values in the vector are extra values. These values are for internal use.In case of circular references, the engine automatically create loosely coupled tables so that the circular references do not create a loop. | |
| GetLooselyCoupledVectorAsync T (Func Response, T , String) | Returns a vector of loosely coupled state flags, one element for each table in the app. The last three values in the vector are extra values. These values are for internal use.In case of circular references, the engine automatically create loosely coupled tables so that the circular references do not create a loop. | |
| GetMatchingFields | Retrieves any fields that match all the specified tags in the data model of an app. Tags set by Qlik Sense are prefixed by the $ sign. | |
| GetMatchingFieldsAsync(IEnumerable String , String) | Retrieves any fields that match all the specified tags in the data model of an app. Tags set by Qlik Sense are prefixed by the $ sign. | |
| GetMatchingFieldsAsync T (IEnumerable String , Func Response, T , String) | Retrieves any fields that match all the specified tags in the data model of an app. Tags set by Qlik Sense are prefixed by the $ sign. | |
| GetObject T (String) |
Get an object
| |
| GetObject T, TI (String) |
Get an object
| |
| GetObjectAsync T (String, String) |
Get an object
| |
| GetObjectAsync T, TI (String, String) |
Get an object
| |
| GetProperties | ||
| GetPropertiesAsync(String) | ||
| GetPropertiesAsync T (Func Response, T , String) | ||
| GetScript | Gets values in script. | |
| GetScriptAsync(String) | Gets values in script. | |
| GetScriptAsync T (Func Response, T , String) | Gets values in script. | |
| GetScriptBreakpoints | Lists the breakpoints in the script of an app. | |
| GetScriptBreakpointsAsync(String) | Lists the breakpoints in the script of an app. | |
| GetScriptBreakpointsAsync T (Func Response, T , String) | Lists the breakpoints in the script of an app. | |
| GetTableData | Retrieves the data of a specific table. | |
| GetTableDataAsync(Int32, Int32, Boolean, String, String) | Retrieves the data of a specific table. | |
| GetTableDataAsync T (Int32, Int32, Boolean, String, Func Response, T , String) | Retrieves the data of a specific table. | |
| GetTablesAndKeys | Returns: * the list of tables in an app and the fields inside each table * the list of key fields | |
| GetTablesAndKeysAsync(Size, Size, Int32, Boolean, Boolean, String) | Returns: * the list of tables in an app and the fields inside each table * the list of key fields | |
| GetTablesAndKeysAsync T (Size, Size, Int32, Boolean, Boolean, Func Response, T , String) | Returns: * the list of tables in an app and the fields inside each table * the list of key fields | |
| GetTextMacros | Fetches updated variables after a statement execution. | |
| GetTextMacrosAsync(String) | Fetches updated variables after a statement execution. | |
| GetTextMacrosAsync T (Func Response, T , String) | Fetches updated variables after a statement execution. | |
| GetVariable | Gets the handle of a script variable. | |
| GetVariableAsync(String, String) | Gets the handle of a script variable. | |
| GetVariableAsync T (String, Func Response, T , String) | Gets the handle of a script variable. | |
| GuessFileType | Guesses the data format for a given file. Recognized file formats are: * CSV for Delimited * FIX for Fixed Record * DIF for Data Interchange Format * EXCEL_BIFF for Microsoft Excel (XLS) * EXCEL_OOXML for Microsoft Excel (XLSX) * HTMLfor HTML * QVD for QVD file * XML for XML * QVX for QVX file * JSON for JSON format * KML for KML file | |
| GuessFileTypeAsync(String, String, String) | Guesses the data format for a given file. Recognized file formats are: * CSV for Delimited * FIX for Fixed Record * DIF for Data Interchange Format * EXCEL_BIFF for Microsoft Excel (XLS) * EXCEL_OOXML for Microsoft Excel (XLSX) * HTMLfor HTML * QVD for QVD file * XML for XML * QVX for QVX file * JSON for JSON format * KML for KML file | |
| GuessFileTypeAsync T (String, String, Func Response, T , String) | Guesses the data format for a given file. Recognized file formats are: * CSV for Delimited * FIX for Fixed Record * DIF for Data Interchange Format * EXCEL_BIFF for Microsoft Excel (XLS) * EXCEL_OOXML for Microsoft Excel (XLSX) * HTMLfor HTML * QVD for QVD file * XML for XML * QVX for QVX file * JSON for JSON format * KML for KML file | |
| LockAll | Locks all selections in all fields of the current app. | |
| LockAllAsync | Locks all selections in all fields of the current app. | |
| ModifyConnection | Updates a connection. The identifier of a connection cannot be updated. | |
| ModifyConnectionAsync | Updates a connection. The identifier of a connection cannot be updated. | |
| Publish | Publishes an app. The published app can have a different name than the original app. All app objects are published. Generic objects, bookmarks, dimensions and measures inside the app are published. An app can only be published once and cannot be published to more than one stream. | |
| PublishAsync | Publishes an app. The published app can have a different name than the original app. All app objects are published. Generic objects, bookmarks, dimensions and measures inside the app are published. An app can only be published once and cannot be published to more than one stream. | |
| Redo | Redoes the previous operation. | |
| RedoAsync(String) | Redoes the previous operation. | |
| RedoAsync T (Func Response, T , String) | Redoes the previous operation. | |
| ReduceData | ||
| ReduceDataAsync | ||
| RemoveAllData | ||
| RemoveAllDataAsync | ||
| RemoveAlternateState | Removes an alternate state in the app. | |
| RemoveAlternateStateAsync | Removes an alternate state in the app. | |
| RemoveVariable | Removes a script variable. | |
| RemoveVariableAsync(String, String) | Removes a script variable. | |
| RemoveVariableAsync T (String, Func Response, T , String) | Removes a script variable. | |
| Resume | Resumes the app as the user left it. | |
| ResumeAsync | Resumes the app as the user left it. | |
| SearchAssociations | ||
| SearchAssociationsAsync(SearchCombinationOptions, IEnumerable String , SearchPage, String) | ||
| SearchAssociationsAsync T (SearchCombinationOptions, IEnumerable String , SearchPage, Func Response, T , String) | ||
| SearchSuggest | Returns search suggestions. | |
| SearchSuggestAsync(SearchCombinationOptions, IEnumerable String , String) | Returns search suggestions. | |
| SearchSuggestAsync T (SearchCombinationOptions, IEnumerable String , Func Response, T , String) | Returns search suggestions. | |
| SelectAssociations | Selects all search hits for a specified group. | |
| SelectAssociationsAsync | Selects all search hits for a specified group. | |
| SendGenericCommandToCustomConnector | Sends a generic command to a custom connector. For more information on the commands that can be sent to a custom connector, see the QVX SDK help. | |
| SendGenericCommandToCustomConnectorAsync(String, String, String, IEnumerable String , String, String) | Sends a generic command to a custom connector. For more information on the commands that can be sent to a custom connector, see the QVX SDK help. | |
| SendGenericCommandToCustomConnectorAsync T (String, String, String, IEnumerable String , String, Func Response, T , String) | Sends a generic command to a custom connector. For more information on the commands that can be sent to a custom connector, see the QVX SDK help. | |
| SetAppProperties | Sets dynamic properties to an app. | |
| SetAppPropertiesAsync | Sets dynamic properties to an app. | |
| SetFavoriteVariables | Set some variables as favorite. | |
| SetFavoriteVariablesAsync | Set some variables as favorite. | |
| SetFetchLimit | ||
| SetFetchLimitAsync | ||
| SetLooselyCoupledVector | Sets a vector of loosely coupled state flags, one element for each table in the app. The last three values in the vector are extra values. These values are for internal use. | |
| SetLooselyCoupledVectorAsync(IEnumerable Byte , String) | Sets a vector of loosely coupled state flags, one element for each table in the app. The last three values in the vector are extra values. These values are for internal use. | |
| SetLooselyCoupledVectorAsync T (IEnumerable Byte , Func Response, T , String) | Sets a vector of loosely coupled state flags, one element for each table in the app. The last three values in the vector are extra values. These values are for internal use. | |
| SetScript | Sets values in script. | |
| SetScriptAsync | Sets values in script. | |
| SetScriptBreakpoints | Set some breakpoints in the script of an app. | |
| SetScriptBreakpointsAsync | Set some breakpoints in the script of an app. | |
| Undo | Undoes the previous operation. | |
| UndoAsync(String) | Undoes the previous operation. | |
| UndoAsync T (Func Response, T , String) | Undoes the previous operation. | |
| UnlockAll | Unlocks all selections in all fields of the current app. | |
| UnlockAllAsync | Unlocks all selections in all fields of the current app. | |
| UnPublish | Unpublishes an app. | |
| UnPublishAsync | Unpublishes an app. |
| Name | Description | |
|---|---|---|
| ApplyBookmark |
Apply bookmark
(Defined by AppExtensions.) | |
| ApplyBookmarkAsync |
Apply bookmark
(Defined by AppExtensions.) | |
| CreateAndLinkMasterObject |
Create and link master object, this method will create a master object and will convert the source object to linked object (linked to the created master object).
(Defined by AppExtensions.) | |
| CreateAndLinkMasterObjectAsync |
Create and link master object, this method will create a master object and will convert the source object to linked object (linked to the created master object).
(Defined by AppExtensions.) | |
| CreateBookmark |
Create bookmark
(Defined by AppExtensions.) | |
| CreateBookmarkAsync |
Create bookmark
(Defined by AppExtensions.) | |
| CreateDimension |
Create dimension
(Defined by AppExtensions.) | |
| CreateDimensionAsync |
Create dimension
(Defined by AppExtensions.) | |
| CreateMasterObject |
Create master object, this method will create a master object from source object.
(Defined by AppExtensions.) | |
| CreateMasterObjectAsync |
Create master object, this method will create a master object from source object.
(Defined by AppExtensions.) | |
| CreateMeasure |
Create measure
(Defined by AppExtensions.) | |
| CreateMeasureAsync |
Create measure
(Defined by AppExtensions.) | |
| CreateSheet |
Create sheet
(Defined by AppExtensions.) | |
| CreateSheetAsync |
Create sheet
(Defined by AppExtensions.) | |
| CreateSlideItem | (Defined by ClientExtension.) | |
| CreateSnapshot |
Create snapshot
(Defined by AppExtensions.) | |
| CreateSnapshotAsync |
Create snapshot
(Defined by AppExtensions.) | |
| CreateStory | Overloaded. (Defined by ClientExtension.) | |
| CreateStory(String, StoryProperties) | Overloaded.
Create story
(Defined by AppExtensions.) | |
| CreateStoryAsync |
Create story
(Defined by AppExtensions.) | |
| DestroyStory |
Destroy story
(Defined by AppExtensions.) | |
| DestroyStoryAsync |
Destroy story
(Defined by AppExtensions.) | |
| GetAppField |
Get app field
(Defined by AppExtensions.) | |
| GetAppFieldAsync |
Get app field
(Defined by AppExtensions.) | |
| GetAppFields |
Get app fields
(Defined by AppExtensions.) | |
| GetAppFieldsAsync |
Get app fields
(Defined by AppExtensions.) | |
| GetBookmark |
Get bookmark
(Defined by AppExtensions.) | |
| GetBookmarkAsync |
Get bookmark
(Defined by AppExtensions.) | |
| GetBookmarkList | (Defined by AppExtensions.) | |
| GetBookmarkListAsync | (Defined by AppExtensions.) | |
| GetCurrentSelection | (Defined by AppExtensions.) | |
| GetCurrentSelectionAsync | (Defined by AppExtensions.) | |
| GetDimension |
Get dimension
(Defined by AppExtensions.) | |
| GetDimensionAsync |
Get dimension
(Defined by AppExtensions.) | |
| GetDimensionList | (Defined by AppExtensions.) | |
| GetDimensionListAsync | (Defined by AppExtensions.) | |
| GetExtendedCurrentSelection | (Defined by SelectionExtensions.) | |
| GetExtendedCurrentSelectionAsync | (Defined by SelectionExtensions.) | |
| GetExtensionList | (Defined by AppExtensions.) | |
| GetExtensionListAsync | (Defined by AppExtensions.) | |
| GetFieldList | (Defined by AppExtensions.) | |
| GetFieldListAsync | (Defined by AppExtensions.) | |
| GetMasterObject |
Get master object
(Defined by AppExtensions.) | |
| GetMasterObjectAsync |
Get master object
(Defined by AppExtensions.) | |
| GetMasterObjectList | (Defined by AppExtensions.) | |
| GetMasterObjectListAsync | (Defined by AppExtensions.) | |
| GetMeasure |
Get measure
(Defined by AppExtensions.) | |
| GetMeasureAsync |
Get measure
(Defined by AppExtensions.) | |
| GetMeasureList | (Defined by AppExtensions.) | |
| GetMeasureListAsync | (Defined by AppExtensions.) | |
| GetSheet |
Get sheet
(Defined by AppExtensions.) | |
| GetSheetAsync |
Get sheet
(Defined by AppExtensions.) | |
| GetSheetList | (Defined by AppExtensions.) | |
| GetSheetListAsync | (Defined by AppExtensions.) | |
| GetSheets |
Get sheets
(Defined by AppExtensions.) | |
| GetSheetsAsync |
Get sheets
(Defined by AppExtensions.) | |
| GetSnapshot |
Get snapshot
(Defined by AppExtensions.) | |
| GetSnapshotAsync |
Get snapshot
(Defined by AppExtensions.) | |
| GetSnapshotList | (Defined by AppExtensions.) | |
| GetSnapshotListAsync | (Defined by AppExtensions.) | |
| GetStories |
Get stories
(Defined by AppExtensions.) | |
| GetStoriesAsync |
Get stories
(Defined by AppExtensions.) | |
| GetStory |
Get story
(Defined by AppExtensions.) | |
| GetStoryAsync |
Get story
(Defined by AppExtensions.) | |
| GetStoryList | (Defined by AppExtensions.) | |
| GetStoryListAsync | (Defined by AppExtensions.) | |
| GetUndoInfo | (Defined by AppExtensions.) | |
| GetUndoInfoAsync | (Defined by AppExtensions.) | |
| LinkMasterObject |
Link master object, this method will convert the source object to linked object (linked to the master object id).
(Defined by AppExtensions.) | |
| LinkMasterObjectAsync |
Link master object, this method will convert the source object to linked object (linked to the master object id).
(Defined by AppExtensions.) | |
| RemoveBookmark |
Remove bookmark
(Defined by AppExtensions.) | |
| RemoveBookmarkAsync |
Remove bookmark
(Defined by AppExtensions.) | |
| RemoveDimension |
Remove dimension
(Defined by AppExtensions.) | |
| RemoveDimensionAsync |
Remove dimension
(Defined by AppExtensions.) | |
| RemoveMasterObject |
Remove master object, this method will unlink all linked objects and remove the master object.
(Defined by AppExtensions.) | |
| RemoveMasterObjectAsync |
Remove master object, this method will unlink all linked objects and remove the master object.
(Defined by AppExtensions.) | |
| RemoveMeasure |
Remove measure
(Defined by AppExtensions.) | |
| RemoveMeasureAsync |
Remove measure
(Defined by AppExtensions.) | |
| RemoveSheet |
Remove sheet
(Defined by AppExtensions.) | |
| RemoveSheetAsync |
Remove sheet
(Defined by AppExtensions.) | |
| RemoveSnapshot |
Remove snapshot
(Defined by AppExtensions.) | |
| RemoveSnapshotAsync |
Remove snapshot
(Defined by AppExtensions.) | |
| UnlinkMasterObject |
Unlink master object, this method will convert the source object to the type of the master object.
(Defined by AppExtensions.) | |
| UnlinkMasterObjectAsync |
Unlink master object, this method will convert the source object to the type of the master object.
(Defined by AppExtensions.) |
| Name | Description | |
|---|---|---|
| Handle |
The handle of the generic object.
(Inherited from QixClassBase.) | |
| Id | (Inherited from QixClassBase.) | |
| Session |
The session this object resides in.
(Inherited from QixClassBase.) | |
| Type |
The type of the generic object.
(Inherited from QixClassBase.) |
| Name | Description | |
|---|---|---|
| Changed | (Inherited from QixClassBase.) | |
| Closed | (Inherited from QixClassBase.) | |
| CommunicationError |
This event is triggered when an communication error occurs.
| |
| MethodInvocationError |
This event is triggered when an method invocation error occurs.
|