Click or drag to resize

IdentifiedDataCopyAnnotations Method

Copy annotations from another resource

Namespace:  SanteDB.Core.Model
Assembly:  SanteDB.Core.Model (in SanteDB.Core.Model.dll) Version: 3.0.481-alpha
Syntax
public virtual IAnnotatedResource CopyAnnotations(
	IAnnotatedResource other
)

Parameters

other
Type: SanteDB.Core.Model.InterfacesIAnnotatedResource

[Missing <param name="other"/> documentation for "M:SanteDB.Core.Model.IdentifiedData.CopyAnnotations(SanteDB.Core.Model.Interfaces.IAnnotatedResource)"]

Return Value

Type: IAnnotatedResource

[Missing <returns> documentation for "M:SanteDB.Core.Model.IdentifiedData.CopyAnnotations(SanteDB.Core.Model.Interfaces.IAnnotatedResource)"]

Implements

IAnnotatedResourceCopyAnnotations(IAnnotatedResource)
See Also