Click or drag to resize

NotificationInstanceToDbNotificationInstanceModelMapperMapToTarget(NotificationInstance) 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 DbNotificationInstance MapToTarget(
	NotificationInstance instance
)

Parameters

instance  NotificationInstance

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

Return Value

DbNotificationInstance

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

Implements

IModelMapperTSource, TTargetMapToTarget(TSource)
See Also