IAppConfig Interface |
Namespace: Dundas.BI.Configuration
The IAppConfig type exposes the following members.
Name | Description | |
---|---|---|
GetBoolean |
Gets the effective value of the specified configuration setting as a Boolean.
| |
GetDateTime |
Gets the effective value of the specified configuration setting as a DateTime.
| |
GetDouble |
Gets the effective value of the specified configuration setting as an Double.
| |
GetInt32 |
Gets the effective value of the specified configuration setting as an Int32.
| |
GetString |
Gets the effective value of the specified configuration setting as a String.
| |
GetTimeSpan |
Gets the effective value of the specified configuration setting as a TimeSpan.
| |
GetUri |
Gets the effective value of the specified configuration setting as a Uri.
| |
GetValueOrDefault | Gets the value of the specified setting in the specified scope, or the setting's default value if it was not set at the specified scope. | |
TryGetValueT |
Gets the setting associated with the specified ID in the specified scope.
|