Click or drag to resize

IInitialConfigurationProvider Interface

An initial configuration provider is used by the InitialConfigurationManager to initialize the configuration context when no configuration is available

Namespace: SanteDB.Client.Configuration
Assembly: SanteDB.Client (in SanteDB.Client.dll) Version: 3.0.2081-alpha+027e4605b77f83de5445cbcd55717223932d2452
Syntax
public interface IInitialConfigurationProvider

The IInitialConfigurationProvider type exposes the following members.

Properties
 NameDescription
Public propertyOrder Get the ordering of this provider
Top
Methods
 NameDescription
Public methodProvide Provide the initial configuration
Top
See Also