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.481-alpha
Syntax
IEnumerable<NotificationTemplate> Find(
	Expression<Func<NotificationTemplate, bool>> filter
)

Parameters

filter
Type: System.Linq.ExpressionsExpressionFuncNotificationTemplate, 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

Type: 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