 | EntityNoteToDbEntityNoteModelMapperMapToTarget(EntityNote) Method |
Maps source from TSource to TTarget
Namespace: SanteDB.Persistence.Data.ModelMapAssembly: SanteDB.Persistence.Data (in SanteDB.Persistence.Data.dll) Version: 3.0.2081-alpha+be3dca7062b437ed047a057127f85f12119224b9
Syntaxpublic DbEntityNote MapToTarget(
EntityNote instance
)
Public Function MapToTarget (
instance As EntityNote
) As DbEntityNote
public:
virtual DbEntityNote^ MapToTarget(
EntityNote^ instance
) sealed
abstract MapToTarget :
instance : EntityNote -> DbEntityNote
override MapToTarget :
instance : EntityNote -> DbEntityNote Parameters
- instance EntityNote
[Missing <param name="instance"/> documentation for "M:SanteDB.Persistence.Data.ModelMap.EntityNoteToDbEntityNoteModelMapper.MapToTarget(SanteDB.Core.Model.DataTypes.EntityNote)"]
Return Value
DbEntityNote[Missing <returns> documentation for "M:SanteDB.Persistence.Data.ModelMap.EntityNoteToDbEntityNoteModelMapper.MapToTarget(SanteDB.Core.Model.DataTypes.EntityNote)"]
Implements
IModelMapperTSource, TTargetMapToTarget(TSource)
See Also