 | UpstreamBiMetadataRepositoryRemoveTBisDefinition Method |
Removes the specified BI definition from the repository
Namespace: SanteDB.Client.Upstream.RepositoriesAssembly: SanteDB.Client (in SanteDB.Client.dll) Version: 3.0.2081-alpha+027e4605b77f83de5445cbcd55717223932d2452
Syntaxpublic void Remove<TBisDefinition>(
string id
)
where TBisDefinition : new(), BiDefinition
Public Sub Remove(Of TBisDefinition As {New, BiDefinition}) (
id As String
)public:
generic<typename TBisDefinition>
where TBisDefinition : gcnew(), BiDefinition
virtual void Remove(
String^ id
) sealed
abstract Remove :
id : string -> unit when 'TBisDefinition : new() and BiDefinition
override 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
Implements
IBiMetadataRepositoryRemoveTBisDefinition(String)
See Also