Click or drag to resize

NotificationTemplatePersistenceServiceDoConvertToInformationModel Method

[Missing <summary> documentation for "M:SanteDB.Persistence.Data.Services.Persistence.Notifications.NotificationTemplatePersistenceService.DoConvertToInformationModel(SanteDB.OrmLite.DataContext,SanteDB.Persistence.Data.Model.Notifications.DbNotificationTemplate,System.Object[])"]


Namespace: SanteDB.Persistence.Data.Services.Persistence.Notifications
Assembly: SanteDB.Persistence.Data (in SanteDB.Persistence.Data.dll) Version: 3.0.2081-alpha+be3dca7062b437ed047a057127f85f12119224b9
Syntax
protected override NotificationTemplate DoConvertToInformationModel(
	DataContext context,
	DbNotificationTemplate dbModel,
	params Object[] referenceObjects
)

Parameters

context  DataContext

[Missing <param name="context"/> documentation for "M:SanteDB.Persistence.Data.Services.Persistence.Notifications.NotificationTemplatePersistenceService.DoConvertToInformationModel(SanteDB.OrmLite.DataContext,SanteDB.Persistence.Data.Model.Notifications.DbNotificationTemplate,System.Object[])"]

dbModel  DbNotificationTemplate

[Missing <param name="dbModel"/> documentation for "M:SanteDB.Persistence.Data.Services.Persistence.Notifications.NotificationTemplatePersistenceService.DoConvertToInformationModel(SanteDB.OrmLite.DataContext,SanteDB.Persistence.Data.Model.Notifications.DbNotificationTemplate,System.Object[])"]

referenceObjects  Object

[Missing <param name="referenceObjects"/> documentation for "M:SanteDB.Persistence.Data.Services.Persistence.Notifications.NotificationTemplatePersistenceService.DoConvertToInformationModel(SanteDB.OrmLite.DataContext,SanteDB.Persistence.Data.Model.Notifications.DbNotificationTemplate,System.Object[])"]

Return Value

NotificationTemplate

[Missing <returns> documentation for "M:SanteDB.Persistence.Data.Services.Persistence.Notifications.NotificationTemplatePersistenceService.DoConvertToInformationModel(SanteDB.OrmLite.DataContext,SanteDB.Persistence.Data.Model.Notifications.DbNotificationTemplate,System.Object[])"]

See Also