| IDataConfigurationProviderConfigure Method |
Add the necessary information to the configuration file
Namespace:
SanteDB.Core.Configuration.Data
Assembly:
SanteDB.Core.Api (in SanteDB.Core.Api.dll) Version: 3.0.481-alpha
Syntax bool Configure(
SanteDBConfiguration configuration,
IDictionary<string, Object> options
)
Function Configure (
configuration As SanteDBConfiguration,
options As IDictionary(Of String, Object)
) As Boolean
bool Configure(
SanteDBConfiguration^ configuration,
IDictionary<String^, Object^>^ options
)
abstract Configure :
configuration : SanteDBConfiguration *
options : IDictionary<string, Object> -> bool
Parameters
- configuration
- Type: SanteDB.Core.ConfigurationSanteDBConfiguration
The configuration file to which the configuration information should be appended. - options
- Type: System.Collections.GenericIDictionaryString, Object
The options from the user interface which should be represented in the configuration file
Return Value
Type:
Boolean[Missing <returns> documentation for "M:SanteDB.Core.Configuration.Data.IDataConfigurationProvider.Configure(SanteDB.Core.Configuration.SanteDBConfiguration,System.Collections.Generic.IDictionary{System.String,System.Object})"]
Remarks This method is called once the user creates a new connection string with the provider, and the configuration subsystem
wishes for the configuration procedure to append the necessary registrations and updates to the configuration
See Also