 | CdssExecutionResultAddAnnotationToAll Method |
Add annotation to all objects
Namespace: SanteDB.Cdss.Xml.AmiAssembly: SanteDB.Cdss.Xml (in SanteDB.Cdss.Xml.dll) Version: 3.0.2081-alpha+424e72aeb77d4a8ba5755272e5fc2a3206eaa2f1
Syntaxpublic 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 Object
[Missing <param name="annotation"/> documentation for "M:SanteDB.Cdss.Xml.Ami.CdssExecutionResult.AddAnnotationToAll(System.Object)"]
Implements
IResourceCollectionAddAnnotationToAll(Object)
See Also