Click or drag to resize

UpstreamBiMetadataRepositoryRemoveTBisDefinition Method

Removes the specified BI definition from the repository

Namespace: SanteDB.Client.Upstream.Repositories
Assembly: SanteDB.Client (in SanteDB.Client.dll) Version: 3.0.2081-alpha+027e4605b77f83de5445cbcd55717223932d2452
Syntax
public void Remove<TBisDefinition>(
	string id
)
where TBisDefinition : new(), BiDefinition

Parameters

id  String
The id of the defintion to remove

Type Parameters

TBisDefinition
The type of metadata to remove

Implements

IBiMetadataRepositoryRemoveTBisDefinition(String)
See Also