 | AdoRecordMatchingConfigurationServiceConfigurations Property |
Gets the names of configurations in this provider
Namespace: SanteDB.Persistence.Data.ServicesAssembly: SanteDB.Persistence.Data (in SanteDB.Persistence.Data.dll) Version: 3.0.2081-alpha+be3dca7062b437ed047a057127f85f12119224b9
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