Click or drag to resize

NotificationTemplateToDbNotificationTemplateModelMapperMapToTarget(NotificationTemplate) Method

Maps source from TSource to TTarget

Namespace: SanteDB.Persistence.Data.ModelMap
Assembly: SanteDB.Persistence.Data (in SanteDB.Persistence.Data.dll) Version: 3.0.2081-alpha+be3dca7062b437ed047a057127f85f12119224b9
Syntax
public DbNotificationTemplate MapToTarget(
	NotificationTemplate instance
)

Parameters

instance  NotificationTemplate

[Missing <param name="instance"/> documentation for "M:SanteDB.Persistence.Data.ModelMap.NotificationTemplateToDbNotificationTemplateModelMapper.MapToTarget(SanteDB.Core.Notifications.NotificationTemplate)"]

Return Value

DbNotificationTemplate

[Missing <returns> documentation for "M:SanteDB.Persistence.Data.ModelMap.NotificationTemplateToDbNotificationTemplateModelMapper.MapToTarget(SanteDB.Core.Notifications.NotificationTemplate)"]

Implements

IModelMapperTSource, TTargetMapToTarget(TSource)
See Also