 | IdentifiedDataRemoveAnnotationsT Method |
Remove annotation
Namespace: SanteDB.Core.ModelAssembly: SanteDB.Core.Model (in SanteDB.Core.Model.dll) Version: 3.0.2081-alpha+0a330d5f5a5d3cb3e6e945ef530e94ac5671b49c
Syntaxpublic virtual void RemoveAnnotations<T>()
Public Overridable Sub RemoveAnnotations(Of T)
public:
generic<typename T>
virtual void RemoveAnnotations()
abstract RemoveAnnotations : unit -> unit
override RemoveAnnotations : unit -> unit
Type Parameters
- T
[Missing <typeparam name="T"/> documentation for "M:SanteDB.Core.Model.IdentifiedData.RemoveAnnotations``1"]
Implements
IAnnotatedResourceRemoveAnnotationsT
See Also