Open this page in the API Guide

IViewService Interface

Interface for service providing functionality for getting and saving View objects.

Namespace:  Dundas.BI.Entities.Views
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (25.1.0.1000)
Syntax
public interface IViewService : IEntityService<View>

The IViewService type exposes the following members.

Methods
  NameDescription
Public methodCreateLocalUserCopy
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.
Public methodGenerateAndStoreViewThumbnailAsync
Generates a thumbnail for the view.
Public methodGet(Guid)
Gets an entity by its ID.
Public methodGet(String, Guid)
Gets an entity by its name.
(Inherited from IEntityService<T>.)
Public methodGet(Guid, EntityGetOptions)
Gets an entity by its ID and revision number.
Public methodGet(Guid, Int64)
Gets an entity by its ID and revision number.
Public methodGet(String, Guid, EntityGetOptions)
Gets an entity by its name.
(Inherited from IEntityService<T>.)
Public methodGet(String, Guid, Int64)
Gets an entity by its name and revision number.
(Inherited from IEntityService<T>.)
Public methodGet(Guid, Int64, EntityGetOptions)
Gets an entity by its ID and revision number.
Public methodGet(String, Guid, Int64, EntityGetOptions)
Gets an entity by its name and revision number.
(Inherited from IEntityService<T>.)
Public methodGetStoredViewThumbnail
Gets the stored thumbnail for the view.
Public methodGetUndoContext
Gets the undo context.
(Inherited from IEntityService<T>.)
Public methodRestoreUndoFrame
Restores the entity to the undo frame.
(Inherited from IEntityService<T>.)
Public methodRewire
Rewires the specified entity.
(Inherited from IEntityService<T>.)
Public methodSave(View)
Saves the specified entity.
Public methodSave(T, String, Guid, EntityCreationOptions)
Saves the specified entity.
(Inherited from IEntityService<T>.)
Public methodSave(T, String, Guid, Boolean)
Saves the specified entity.
(Inherited from IEntityService<T>.)
Public methodSaveReportAsScorecard
Converts and saves an existing report as a new scorecard.
Public methodSaveScorecardAsReport
Converts and saves an existing scorecard as a new report.
Public methodTryRedo
Tries to redo the last change done to the entity.
(Inherited from IEntityService<T>.)
Public methodTryUndo
Tries to undo the last change done to the entity.
(Inherited from IEntityService<T>.)
Top
See Also