Click or drag to resize

IBiDatamartRepository Interface

Represents a BI datamart registry which contains metadata about the various BI datamarts that exist in the SanteDB deployment.

Namespace: SanteDB.BI.Services
Assembly: SanteDB.BI (in SanteDB.BI.dll) Version: 3.0.2081-alpha+df02e6253577ea261b120b9c6244730e71f51a20
Syntax
public interface IBiDatamartRepository : IServiceImplementation

The IBiDatamartRepository type exposes the following members.

Properties
 NameDescription
Public propertyServiceName Gets the service name
(Inherited from IServiceImplementation)
Top
Methods
 NameDescription
Public methodFind Gets the datamarts which are configured with this manager
Public methodGetExecutionContext Begins the refresh process for the datamart object
Public methodRegister Create a new BI datamart based on dataMartDefinition
Public methodUnregister Removes the datamart from the manager
Top
See Also