| IResourceCollectionAddAnnotationToAll Method |
Add the annotation to all objects
Namespace:
SanteDB.Core.Model.Interfaces
Assembly:
SanteDB.Core.Model (in SanteDB.Core.Model.dll) Version: 3.0.481-alpha
Syntax void AddAnnotationToAll(
Object annotation
)
Sub AddAnnotationToAll (
annotation As Object
)
void AddAnnotationToAll(
Object^ annotation
)
abstract AddAnnotationToAll :
annotation : Object -> unit
Parameters
- annotation
- Type: SystemObject
[Missing <param name="annotation"/> documentation for "M:SanteDB.Core.Model.Interfaces.IResourceCollection.AddAnnotationToAll(System.Object)"]
See Also