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