Click or drag to resize

NotificationInstanceParameterToDbNotificationInstanceParameterModelMapperMapToSource(DbNotificationInstanceParameter) Method

Performs a reverse map on target to TTarget from TSource

Namespace: SanteDB.Persistence.Data.ModelMap
Assembly: SanteDB.Persistence.Data (in SanteDB.Persistence.Data.dll) Version: 3.0.2081-alpha+be3dca7062b437ed047a057127f85f12119224b9
Syntax
public NotificationInstanceParameter MapToSource(
	DbNotificationInstanceParameter instance
)

Parameters

instance  DbNotificationInstanceParameter

[Missing <param name="instance"/> documentation for "M:SanteDB.Persistence.Data.ModelMap.NotificationInstanceParameterToDbNotificationInstanceParameterModelMapper.MapToSource(SanteDB.Persistence.Data.Model.Notifications.DbNotificationInstanceParameter)"]

Return Value

NotificationInstanceParameter

[Missing <returns> documentation for "M:SanteDB.Persistence.Data.ModelMap.NotificationInstanceParameterToDbNotificationInstanceParameterModelMapper.MapToSource(SanteDB.Persistence.Data.Model.Notifications.DbNotificationInstanceParameter)"]

Implements

IModelMapperTSource, TTargetMapToSource(TTarget)
See Also