Public Member Functions | |
| ProviderConfig (Configuration config, string storePath) | |
| Default Constructor. | |
| string | Get (string key, string defaultValue) |
| Get the specified configuration setting. | |
Properties | |
| string | Path [get] |
| Gets and Sets the DB Path. | |
| string | Assembly [get] |
| Gets and Sets the Assembly that implements the provider instance used. | |
| string | TypeName [get] |
| Gets and Sets the Class Type of the implemented provider. | |
| Simias::Storage::Provider::ProviderConfig::ProviderConfig | ( | Configuration | config, | |
| string | storePath | |||
| ) | [inline] |
Default Constructor.
| string Simias::Storage::Provider::ProviderConfig::Get | ( | string | key, | |
| string | defaultValue | |||
| ) | [inline] |
Get the specified configuration setting.
| key | The setting to retrieve. | |
| defaultValue | The default setting. |
string Simias::Storage::Provider::ProviderConfig::Path [get] |
Gets and Sets the DB Path.
string Simias::Storage::Provider::ProviderConfig::Assembly [get] |
Gets and Sets the Assembly that implements the provider instance used.
string Simias::Storage::Provider::ProviderConfig::TypeName [get] |
Gets and Sets the Class Type of the implemented provider.
1.5.6