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