 | IDataConfigurationProviderConfigure Method |
Add the necessary information to the configuration file
Namespace: SanteDB.Core.Configuration.DataAssembly: SanteDB.Core.Api (in SanteDB.Core.Api.dll) Version: 3.0.2081-alpha+b4ae72647f2cc271f89142f76fff26ad69e00f5a
Syntaxbool 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 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})"]
RemarksThis 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