Click or drag to resize

INotificationTemplateRepositoryFind Method

Find the specified template

Namespace: SanteDB.Core.Notifications
Assembly: SanteDB.Core.Api (in SanteDB.Core.Api.dll) Version: 3.0.2081-alpha+b4ae72647f2cc271f89142f76fff26ad69e00f5a
Syntax
IEnumerable<NotificationTemplate> Find(
	Expression<Func<NotificationTemplate, bool>> filter
)

Parameters

filter  ExpressionFuncNotificationTemplate, Boolean

[Missing <param name="filter"/> documentation for "M:SanteDB.Core.Notifications.INotificationTemplateRepository.Find(System.Linq.Expressions.Expression{System.Func{SanteDB.Core.Notifications.NotificationTemplate,System.Boolean}})"]

Return Value

IEnumerableNotificationTemplate

[Missing <returns> documentation for "M:SanteDB.Core.Notifications.INotificationTemplateRepository.Find(System.Linq.Expressions.Expression{System.Func{SanteDB.Core.Notifications.NotificationTemplate,System.Boolean}})"]

See Also