| BundleAddAnnotationToAll Method |
Add annotation
Namespace:
SanteDB.Core.Model.Collection
Assembly:
SanteDB.Core.Model (in SanteDB.Core.Model.dll) Version: 3.0.481-alpha
Syntax public void AddAnnotationToAll(
Object annotation
)
Public Sub AddAnnotationToAll (
annotation As Object
)
public:
virtual void AddAnnotationToAll(
Object^ annotation
) sealed
abstract AddAnnotationToAll :
annotation : Object -> unit
override AddAnnotationToAll :
annotation : Object -> unit
Parameters
- annotation
- Type: SystemObject
[Missing <param name="annotation"/> documentation for "M:SanteDB.Core.Model.Collection.Bundle.AddAnnotationToAll(System.Object)"]
Implements
IResourceCollectionAddAnnotationToAll(Object)See Also