 | IBiMetadataRepositoryRemoveTBisDefinition Method |
Removes the specified BI definition from the repository
Namespace: SanteDB.BI.ServicesAssembly: SanteDB.BI (in SanteDB.BI.dll) Version: 3.0.2081-alpha+df02e6253577ea261b120b9c6244730e71f51a20
Syntaxvoid Remove<TBisDefinition>(
string id
)
where TBisDefinition : new(), BiDefinition
Sub Remove(Of TBisDefinition As {New, BiDefinition}) (
id As String
)generic<typename TBisDefinition>
where TBisDefinition : gcnew(), BiDefinition
void Remove(
String^ id
)
abstract Remove :
id : string -> unit when 'TBisDefinition : new() and BiDefinitionParameters
- id String
- The id of the defintion to remove
Type Parameters
- TBisDefinition
- The type of metadata to remove
See Also