 | EntityNameComponentToDbEntityNameComponentModelMapperMapToSource(DbEntityNameComponent) 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 EntityNameComponent MapToSource(
DbEntityNameComponent instance
)
Public Function MapToSource (
instance As DbEntityNameComponent
) As EntityNameComponent
public:
virtual EntityNameComponent^ MapToSource(
DbEntityNameComponent^ instance
) sealed
abstract MapToSource :
instance : DbEntityNameComponent -> EntityNameComponent
override MapToSource :
instance : DbEntityNameComponent -> EntityNameComponent Parameters
- instance DbEntityNameComponent
[Missing <param name="instance"/> documentation for "M:SanteDB.Persistence.Data.ModelMap.EntityNameComponentToDbEntityNameComponentModelMapper.MapToSource(SanteDB.Persistence.Data.Model.Entities.DbEntityNameComponent)"]
Return Value
EntityNameComponent[Missing <returns> documentation for "M:SanteDB.Persistence.Data.ModelMap.EntityNameComponentToDbEntityNameComponentModelMapper.MapToSource(SanteDB.Persistence.Data.Model.Entities.DbEntityNameComponent)"]
Implements
IModelMapperTSource, TTargetMapToSource(TTarget)
See Also