Click or drag to resize

AssemblyMatchConfigurationProviderGetConfigurationsT Method

Get all configurations of type

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

Parameters

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

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