IDataConfigurationProvider Interface |
Namespace: SanteDB.Core.Configuration.Data
The IDataConfigurationProvider type exposes the following members.
| Name | Description | |
|---|---|---|
| DbProviderType |
Get the database provider .NET type
| |
| HostType |
Gets the hosts on which this storage provider works
| |
| Invariant |
Gets the invariant name of the database solution this configuration provider configures
| |
| Name |
Gets the name of the storage provider (for humans)
| |
| OptionGroups |
Gets the groupings for the options
| |
| Options |
Get the configuration options
| |
| Platform |
Gets the platforms on which this storage provider works
|
| Name | Description | |
|---|---|---|
| Configure |
Add the necessary information to the configuration file
| |
| CreateConnectionString |
Creates the specified connection string with options | |
| CreateDatabase |
Create the specified database in the provider
| |
| Deploy | Obsolete.
Deploy the specified data feature to the specified configuration option
| |
| GetDatabases |
Get all databases from the remote server
| |
| GetFeatures | Obsolete.
Get data features matching this invariant name
| |
| ParseConnectionString |
Parse the specified connection string into a dictionary of key/value pairs
| |
| TestConnectionString |
Tests the specified connection string to ensure it is valid with the provider and the remote machine exists
|
| Name | Description | |
|---|---|---|
| ProgressChanged |
Fired when the progress of this instance has changed
(Inherited from IReportProgressChanged.) |