Click or drag to resize

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.2081-alpha+b4ae72647f2cc271f89142f76fff26ad69e00f5a
Syntax
bool Configure(
	SanteDBConfiguration configuration,
	IDictionary<string, Object> options
)

Parameters

configuration  SanteDBConfiguration
The configuration file to which the configuration information should be appended.
options  IDictionaryString, Object
The options from the user interface which should be represented in the configuration file

Return Value

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