| AppExtensions Class |
Namespace: Qlik.Sense.Client
The AppExtensions type exposes the following members.
| Name | Description | |
|---|---|---|
| ApplyBookmark |
Apply bookmark
| |
| ApplyBookmarkAsync |
Apply bookmark
| |
| 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).
| |
| 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).
| |
| CreateBookmark |
Create bookmark
| |
| CreateBookmarkAsync |
Create bookmark
| |
| CreateDimension(IApp, String, DimensionProperties) |
Create dimension
| |
| CreateDimension(IApp, String, IEnumerableString) |
Create dimension
| |
| CreateDimension(IApp, String, String) |
Create dimension
| |
| CreateDimensionAsync(IApp, String, DimensionProperties) |
Create dimension
| |
| CreateDimensionAsync(IApp, String, IEnumerableString) |
Create dimension
| |
| CreateDimensionAsync(IApp, String, String) |
Create dimension
| |
| CreateMasterObject |
Create master object, this method will create a master object from source object.
| |
| CreateMasterObjectAsync |
Create master object, this method will create a master object from source object.
| |
| CreateMeasure(IApp, String, MeasureProperties) |
Create measure
| |
| CreateMeasure(IApp, String, String) |
Create measure
| |
| CreateMeasureAsync(IApp, String, MeasureProperties) |
Create measure
| |
| CreateMeasureAsync(IApp, String, String) |
Create measure
| |
| CreateSheet |
Create sheet
| |
| CreateSheetAsync |
Create sheet
| |
| CreateSnapshot |
Create snapshot
| |
| CreateSnapshotAsync |
Create snapshot
| |
| CreateStory |
Create story
| |
| CreateStoryAsync |
Create story
| |
| DestroyStory |
Destroy story
| |
| DestroyStoryAsync |
Destroy story
| |
| GetAppField |
Get app field
| |
| GetAppFieldAsync |
Get app field
| |
| GetAppFields |
Get app fields
| |
| GetAppFieldsAsync |
Get app fields
| |
| GetBookmark |
Get bookmark
| |
| GetBookmarkAsync |
Get bookmark
| |
| GetBookmarkList | ||
| GetBookmarkListAsync | ||
| GetCurrentSelection | ||
| GetCurrentSelectionAsync | ||
| GetDimension |
Get dimension
| |
| GetDimensionAsync |
Get dimension
| |
| GetDimensionList | ||
| GetDimensionListAsync | ||
| GetExtensionList | ||
| GetExtensionListAsync | ||
| GetFieldList | ||
| GetFieldListAsync | ||
| GetMasterObject |
Get master object
| |
| GetMasterObjectAsync |
Get master object
| |
| GetMasterObjectList | ||
| GetMasterObjectListAsync | ||
| GetMeasure |
Get measure
| |
| GetMeasureAsync |
Get measure
| |
| GetMeasureList | ||
| GetMeasureListAsync | ||
| GetSheet |
Get sheet
| |
| GetSheetAsync |
Get sheet
| |
| GetSheetList | ||
| GetSheetListAsync | ||
| GetSheets |
Get sheets
| |
| GetSheetsAsync |
Get sheets
| |
| GetSnapshot |
Get snapshot
| |
| GetSnapshotAsync |
Get snapshot
| |
| GetSnapshotList | ||
| GetSnapshotListAsync | ||
| GetStories |
Get stories
| |
| GetStoriesAsync |
Get stories
| |
| GetStory |
Get story
| |
| GetStoryAsync |
Get story
| |
| GetStoryList | ||
| GetStoryListAsync | ||
| GetUndoInfo | ||
| GetUndoInfoAsync | ||
| LinkMasterObject |
Link master object, this method will convert the source object to linked object (linked to the master object id).
| |
| LinkMasterObjectAsync |
Link master object, this method will convert the source object to linked object (linked to the master object id).
| |
| OnCreateBookmarkAsync |
Async callback for create
| |
| OnCreateSheetAsync |
Async callback for create
| |
| OnCreateStoryAsync |
Async callback for create
| |
| OnGetBookmarkListAsync | ||
| OnGetCurrentSelectionAsync | ||
| OnGetDimensionListAsync | ||
| OnGetExtensionListAsync | ||
| OnGetFieldListAsync | ||
| OnGetMasterObjectListAsync | ||
| OnGetMeasureListAsync | ||
| OnGetSheetAsync |
Async callback for get
| |
| OnGetSheetListAsync | ||
| OnGetSnapshotListAsync | ||
| OnGetStoryAsync |
Async callback for get
| |
| OnGetStoryListAsync | ||
| OnGetUndoInfoAsync | ||
| RemoveBookmark |
Remove bookmark
| |
| RemoveBookmarkAsync |
Remove bookmark
| |
| RemoveDimension |
Remove dimension
| |
| RemoveDimensionAsync |
Remove dimension
| |
| RemoveMasterObject |
Remove master object, this method will unlink all linked objects and remove the master object.
| |
| RemoveMasterObjectAsync |
Remove master object, this method will unlink all linked objects and remove the master object.
| |
| RemoveMeasure |
Remove measure
| |
| RemoveMeasureAsync |
Remove measure
| |
| RemoveSheet |
Remove sheet
| |
| RemoveSheetAsync |
Remove sheet
| |
| RemoveSnapshot |
Remove snapshot
| |
| RemoveSnapshotAsync |
Remove snapshot
| |
| UnlinkMasterObject |
Unlink master object, this method will convert the source object to the type of the master object.
| |
| UnlinkMasterObjectAsync |
Unlink master object, this method will convert the source object to the type of the master object.
|