| IIdentifiedEntityCopyAnnotations Method |
Copy annotations
Namespace:
SanteDB.Core.Model.Interfaces
Assembly:
SanteDB.Core.Model (in SanteDB.Core.Model.dll) Version: 2.2.1
Syntax IIdentifiedEntity CopyAnnotations(
IIdentifiedEntity other
)
Function CopyAnnotations (
other As IIdentifiedEntity
) As IIdentifiedEntity
IIdentifiedEntity^ CopyAnnotations(
IIdentifiedEntity^ other
)
abstract CopyAnnotations :
other : IIdentifiedEntity -> IIdentifiedEntity
Parameters
- other
- Type: SanteDB.Core.Model.InterfacesIIdentifiedEntity
[Missing <param name="other"/> documentation for "M:SanteDB.Core.Model.Interfaces.IIdentifiedEntity.CopyAnnotations(SanteDB.Core.Model.Interfaces.IIdentifiedEntity)"]
Return Value
Type:
IIdentifiedEntity[Missing <returns> documentation for "M:SanteDB.Core.Model.Interfaces.IIdentifiedEntity.CopyAnnotations(SanteDB.Core.Model.Interfaces.IIdentifiedEntity)"]
See Also