Click or drag to resize

InMemoryTickleServiceGetTickles Method

Get tickles

Namespace: SanteDB.Client.Tickles
Assembly: SanteDB.Client (in SanteDB.Client.dll) Version: 3.0.2081-alpha+027e4605b77f83de5445cbcd55717223932d2452
Syntax
public IEnumerable<Tickle> GetTickles(
	Expression<Func<Tickle, bool>> filter
)

Parameters

filter  ExpressionFuncTickle, Boolean

[Missing <param name="filter"/> documentation for "M:SanteDB.Client.Tickles.InMemoryTickleService.GetTickles(System.Linq.Expressions.Expression{System.Func{SanteDB.Client.Tickles.Tickle,System.Boolean}})"]

Return Value

IEnumerableTickle

[Missing <returns> documentation for "M:SanteDB.Client.Tickles.InMemoryTickleService.GetTickles(System.Linq.Expressions.Expression{System.Func{SanteDB.Client.Tickles.Tickle,System.Boolean}})"]

Implements

ITickleServiceGetTickles(ExpressionFuncTickle, Boolean)
See Also