Click or drag to resize

NotificationTemplatePersistenceServiceDoInsertModel Method

[Missing <summary> documentation for "M:SanteDB.Persistence.Data.Services.Persistence.Notifications.NotificationTemplatePersistenceService.DoInsertModel(SanteDB.OrmLite.DataContext,SanteDB.Core.Notifications.NotificationTemplate)"]


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 DoInsertModel(
	DataContext context,
	NotificationTemplate data
)

Parameters

context  DataContext

[Missing <param name="context"/> documentation for "M:SanteDB.Persistence.Data.Services.Persistence.Notifications.NotificationTemplatePersistenceService.DoInsertModel(SanteDB.OrmLite.DataContext,SanteDB.Core.Notifications.NotificationTemplate)"]

data  NotificationTemplate

[Missing <param name="data"/> documentation for "M:SanteDB.Persistence.Data.Services.Persistence.Notifications.NotificationTemplatePersistenceService.DoInsertModel(SanteDB.OrmLite.DataContext,SanteDB.Core.Notifications.NotificationTemplate)"]

Return Value

NotificationTemplate

[Missing <returns> documentation for "M:SanteDB.Persistence.Data.Services.Persistence.Notifications.NotificationTemplatePersistenceService.DoInsertModel(SanteDB.OrmLite.DataContext,SanteDB.Core.Notifications.NotificationTemplate)"]

See Also