 | NonPersonLivingSubjectToDbNonPersonLivingSubjectModelMapperMapToSource(DbNonPersonLivingSubject) Method |
Performs a reverse map on target to TTarget from TSource
Namespace: SanteDB.Persistence.Data.ModelMapAssembly: SanteDB.Persistence.Data (in SanteDB.Persistence.Data.dll) Version: 3.0.2081-alpha+be3dca7062b437ed047a057127f85f12119224b9
Syntaxpublic NonPersonLivingSubject MapToSource(
DbNonPersonLivingSubject instance
)
Public Function MapToSource (
instance As DbNonPersonLivingSubject
) As NonPersonLivingSubject
public:
virtual NonPersonLivingSubject^ MapToSource(
DbNonPersonLivingSubject^ instance
) sealed
abstract MapToSource :
instance : DbNonPersonLivingSubject -> NonPersonLivingSubject
override MapToSource :
instance : DbNonPersonLivingSubject -> NonPersonLivingSubject Parameters
- instance DbNonPersonLivingSubject
[Missing <param name="instance"/> documentation for "M:SanteDB.Persistence.Data.ModelMap.NonPersonLivingSubjectToDbNonPersonLivingSubjectModelMapper.MapToSource(SanteDB.Persistence.Data.Model.Entities.DbNonPersonLivingSubject)"]
Return Value
NonPersonLivingSubject[Missing <returns> documentation for "M:SanteDB.Persistence.Data.ModelMap.NonPersonLivingSubjectToDbNonPersonLivingSubjectModelMapper.MapToSource(SanteDB.Persistence.Data.Model.Entities.DbNonPersonLivingSubject)"]
Implements
IModelMapperTSource, TTargetMapToSource(TTarget)
See Also