IViewService Interface |
Namespace: Dundas.BI.Entities.Views
The IViewService type exposes the following members.
Name | Description | |
---|---|---|
CreateLocalUserCopy |
Creates a local user copy of a view in the user's project.
This will also copy any metric sets that are not sub-entries of the view.
This is a helper method to allow users to edit their own 'local' copy of a view.
| |
GenerateAndStoreViewThumbnailAsync | Generates a thumbnail for the view. | |
Get(Guid) | Gets an entity by its ID. | |
Get(String, Guid) | Gets an entity by its name. (Inherited from IEntityServiceT.) | |
Get(Guid, EntityGetOptions) | Gets an entity by its ID and revision number. | |
Get(Guid, Int64) | Gets an entity by its ID and revision number. | |
Get(String, Guid, EntityGetOptions) | Gets an entity by its name. (Inherited from IEntityServiceT.) | |
Get(String, Guid, Int64) | Gets an entity by its name and revision number. (Inherited from IEntityServiceT.) | |
Get(Guid, Int64, EntityGetOptions) | Gets an entity by its ID and revision number. | |
Get(String, Guid, Int64, EntityGetOptions) | Gets an entity by its name and revision number. (Inherited from IEntityServiceT.) | |
GetStoredViewThumbnail | Gets the stored thumbnail for the view. | |
GetUndoContext | Gets the undo context. (Inherited from IEntityServiceT.) | |
RestoreUndoFrame | Restores the entity to the undo frame. (Inherited from IEntityServiceT.) | |
Rewire | Rewires the specified entity. (Inherited from IEntityServiceT.) | |
Save(View) | Saves the specified entity. | |
Save(T, String, Guid, EntityCreationOptions) | Saves the specified entity. (Inherited from IEntityServiceT.) | |
Save(T, String, Guid, Boolean) | Saves the specified entity. (Inherited from IEntityServiceT.) | |
SaveReportAsScorecard |
Converts and saves an existing report as a new scorecard.
| |
SaveScorecardAsReport |
Converts and saves an existing scorecard as a new report.
| |
TryRedo | Tries to redo the last change done to the entity. (Inherited from IEntityServiceT.) | |
TryUndo | Tries to undo the last change done to the entity. (Inherited from IEntityServiceT.) |