 | NotificationTemplateParameterToDbNotificationTemplateParameterModelMapperMapToTarget(NotificationTemplateParameter) Method |
Maps source from TSource to TTarget
Namespace: SanteDB.Persistence.Data.ModelMapAssembly: SanteDB.Persistence.Data (in SanteDB.Persistence.Data.dll) Version: 3.0.2081-alpha+be3dca7062b437ed047a057127f85f12119224b9
Syntaxpublic DbNotificationTemplateParameter MapToTarget(
NotificationTemplateParameter instance
)
Public Function MapToTarget (
instance As NotificationTemplateParameter
) As DbNotificationTemplateParameter
public:
virtual DbNotificationTemplateParameter^ MapToTarget(
NotificationTemplateParameter^ instance
) sealed
abstract MapToTarget :
instance : NotificationTemplateParameter -> DbNotificationTemplateParameter
override MapToTarget :
instance : NotificationTemplateParameter -> DbNotificationTemplateParameter Parameters
- instance NotificationTemplateParameter
[Missing <param name="instance"/> documentation for "M:SanteDB.Persistence.Data.ModelMap.NotificationTemplateParameterToDbNotificationTemplateParameterModelMapper.MapToTarget(SanteDB.Core.Notifications.NotificationTemplateParameter)"]
Return Value
DbNotificationTemplateParameter[Missing <returns> documentation for "M:SanteDB.Persistence.Data.ModelMap.NotificationTemplateParameterToDbNotificationTemplateParameterModelMapper.MapToTarget(SanteDB.Core.Notifications.NotificationTemplateParameter)"]
Implements
IModelMapperTSource, TTargetMapToTarget(TSource)
See Also