Click or drag to resize

AssemblyMatchConfigurationProviderGetConfigurationsT Method

Get all configurations of type

Namespace: SanteDB.Matcher.Services
Assembly: SanteDB.Matcher (in SanteDB.Matcher.dll) Version: 3.0.2081-alpha+c89b6faf865d37596ce49c6b3119b280fbaa425a
Syntax
public IEnumerable<IRecordMatchingConfiguration> GetConfigurations<T>(
	Expression<Func<IRecordMatchingConfiguration, bool>> filter
)

Parameters

filter  ExpressionFuncIRecordMatchingConfiguration, Boolean

[Missing <param name="filter"/> documentation for "M:SanteDB.Matcher.Services.AssemblyMatchConfigurationProvider.GetConfigurations``1(System.Linq.Expressions.Expression{System.Func{SanteDB.Core.Matching.IRecordMatchingConfiguration,System.Boolean}})"]

Type Parameters

T

[Missing <typeparam name="T"/> documentation for "M:SanteDB.Matcher.Services.AssemblyMatchConfigurationProvider.GetConfigurations``1(System.Linq.Expressions.Expression{System.Func{SanteDB.Core.Matching.IRecordMatchingConfiguration,System.Boolean}})"]

Return Value

IEnumerableIRecordMatchingConfiguration

[Missing <returns> documentation for "M:SanteDB.Matcher.Services.AssemblyMatchConfigurationProvider.GetConfigurations``1(System.Linq.Expressions.Expression{System.Func{SanteDB.Core.Matching.IRecordMatchingConfiguration,System.Boolean}})"]

See Also