| 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
|
  | CreateSessionVariable |
Create a session variable
|
  | CreateSessionVariableAsync |
Create a session variable async
|
  | CreateSheet |
Create sheet
|
  | CreateSheetAsync |
Create sheet
|
  | CreateSnapshot(IApp, String, SnapshotProperties) |
Create snapshot
|
  | CreateSnapshot(IApp, String, String, String, SnapshotObjectSizeDef) |
Create Snapshot
|
  | CreateSnapshotAsync |
Create snapshot
|
  | CreateStory |
Create story
|
  | CreateStoryAsync |
Create story
|
  | CreateVariableExpression |
Create a variable expression
|
  | CreateVariableExpressionAsync |
Create a variable expression async
|
  | DestroySessionVariableById |
Destroy Session Variable by Name
|
  | DestroySessionVariableByIdAsync |
Destroy Session Variable by Name Async
|
  | DestroyStory |
Destroy story
|
  | DestroyStoryAsync |
Destroy story
|
  | DestroyVariableById |
Destroy Variable by Id
|
  | DestroyVariableByIdAsync |
Destroy Variable by Id Async
|
  | DestroyVariableByName |
Destroy Variable by Name
|
  | DestroyVariableByNameAsync |
Destroy Variable by Name Async
|
  | GetAppField |
Get app field
|
  | GetAppFieldAsync |
Get app field
|
  | GetAppFields |
Get app fields
|
  | GetAppFieldsAsync |
Get app fields
|
  | GetBookmark |
Get bookmark
|
  | GetBookmarkAsync(IApp, String) |
Get bookmark
|
  | GetBookmarkAsync(IApp, AsyncHandle, String) |
Get bookmark
|
  | GetBookmarkList | |
  | GetBookmarkListAsync | |
  | GetCurrentSelection | |
  | GetCurrentSelectionAsync | |
  | GetDimension |
Get dimension
|
  | GetDimensionAsync(IApp, String) |
Get dimension
|
  | GetDimensionAsync(IApp, AsyncHandle, String) |
Get dimension
|
  | GetDimensionList | |
  | GetDimensionListAsync | |
  | GetExtensionList | |
  | GetExtensionListAsync | |
  | GetFieldList | |
  | GetFieldListAsync | |
  | GetMasterObject |
Get master object
|
  | GetMasterObjectAsync(IApp, String) |
Get master object
|
  | GetMasterObjectAsync(IApp, AsyncHandle, String) |
Get master object
|
  | GetMasterObjectList | |
  | GetMasterObjectListAsync | |
  | GetMeasure |
Get measure
|
  | GetMeasureAsync(IApp, String) |
Get measure
|
  | GetMeasureAsync(IApp, AsyncHandle, String) |
Get measure
|
  | GetMeasureList | |
  | GetMeasureListAsync | |
  | GetSheet |
Get sheet
|
  | GetSheetAsync |
Get sheet
|
  | GetSheetList | |
  | GetSheetListAsync | |
  | GetSheets |
Get sheets
|
  | GetSheetsAsync |
Get sheets
|
  | GetSnapshot |
Get snapshot
|
  | GetSnapshotAsync(IApp, String) |
Get snapshot
|
  | GetSnapshotAsync(IApp, AsyncHandle, String) |
Get snapshot
|
  | GetSnapshotList | |
  | GetSnapshotListAsync | |
  | GetStories |
Get stories
|
  | GetStoriesAsync |
Get stories
|
  | GetStory |
Get story
|
  | GetStoryAsync(IApp, String) |
Get story
|
  | GetStoryAsync(IApp, AsyncHandle, String) |
Get story
|
  | GetStoryList | |
  | GetStoryListAsync | |
  | GetUndoInfo | |
  | GetUndoInfoAsync | |
  | GetVariableById |
Get a variable by Id
|
  | GetVariableByIdAsync(IApp, String) |
Get a variable by Id Async
|
  | GetVariableByIdAsync(IApp, AsyncHandle, String) |
Get a variable by Id Async
|
  | GetVariableByName |
Get a variable by Name
|
  | GetVariableByNameAsync(IApp, String) |
Get a variable by Name Async
|
  | GetVariableByNameAsync(IApp, AsyncHandle, String) |
Get a variable by Name Async
|
  | GetVariableList | |
  | GetVariableListAsync | |
  | 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 | |
  | OnGetVariableListAsync | |
  | 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.
|