Click or drag to resize

IBiMetadataRepository Interface

Represents a metadata repository for the BIS services

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

The IBiMetadataRepository type exposes the following members.

Properties
 NameDescription
Public propertyIsLocal True if the source of metadata is local
Public propertyServiceName Gets the service name
(Inherited from IServiceImplementation)
Top
Methods
 NameDescription
Public methodGetTBisDefinition Get the specified BI definition by identifier
Public methodInsertTBisDefinition Inserts the specified BI definition into the repository
Public methodQueryTBisDefinition(ExpressionFuncTBisDefinition, Boolean) Query the underlying BI definition repository for the specified TBisDefinition
Public methodQueryTBisDefinition(ExpressionFuncTBisDefinition, Boolean, Int32, NullableInt32) Query metadata repository for
Obsolete
Public methodRemoveTBisDefinition Removes the specified BI definition from the repository
Top
See Also