| 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
)
Public Overridable Function CopyAnnotations (
other As IAnnotatedResource
) As IAnnotatedResource
public:
virtual IAnnotatedResource^ CopyAnnotations(
IAnnotatedResource^ other
)
abstract CopyAnnotations :
other : IAnnotatedResource -> IAnnotatedResource
override CopyAnnotations :
other : IAnnotatedResource -> IAnnotatedResource
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