 | AssemblyMatchConfigurationProviderConfigurations Property |
Gets all configurations
Namespace: SanteDB.Matcher.ServicesAssembly: SanteDB.Matcher (in SanteDB.Matcher.dll) Version: 3.0.2081-alpha+c89b6faf865d37596ce49c6b3119b280fbaa425a
Syntaxpublic IEnumerable<IRecordMatchingConfiguration> Configurations { get; }Public ReadOnly Property Configurations As IEnumerable(Of IRecordMatchingConfiguration)
Get
public:
virtual property IEnumerable<IRecordMatchingConfiguration^>^ Configurations {
IEnumerable<IRecordMatchingConfiguration^>^ get () sealed;
}abstract Configurations : IEnumerable<IRecordMatchingConfiguration> with get
override Configurations : IEnumerable<IRecordMatchingConfiguration> with get
Property Value
IEnumerableIRecordMatchingConfigurationImplements
IRecordMatchingConfigurationServiceConfigurations
See Also