IAppConfigServiceGetAllEffectiveValues Method |
Note: This API is now obsolete.
Namespace:
Dundas.BI.Configuration
Assembly:
Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax [ObsoleteAttribute("Use GetAllEffectiveValues(AppSettingScope scope, object? scopeTarget)")]
[EditorBrowsableAttribute(EditorBrowsableState.Never)]
IDictionary<Guid, Tuple<Object, AppSettingValueSource>> GetAllEffectiveValues()
<ObsoleteAttribute("Use GetAllEffectiveValues(AppSettingScope scope, object? scopeTarget)")>
<EditorBrowsableAttribute(EditorBrowsableState.Never)>
Function GetAllEffectiveValues As IDictionary(Of Guid, Tuple(Of Object, AppSettingValueSource))
[ObsoleteAttribute(L"Use GetAllEffectiveValues(AppSettingScope scope, object? scopeTarget)")]
[EditorBrowsableAttribute(EditorBrowsableState::Never)]
IDictionary<Guid, Tuple<Object^, AppSettingValueSource>^>^ GetAllEffectiveValues()
[<ObsoleteAttribute("Use GetAllEffectiveValues(AppSettingScope scope, object? scopeTarget)")>]
[<EditorBrowsableAttribute(EditorBrowsableState.Never)>]
abstract GetAllEffectiveValues : unit -> IDictionary<Guid, Tuple<Object, AppSettingValueSource>>
Return Value
Type:
IDictionaryGuid,
TupleObject,
AppSettingValueSource
A dictionary (keyed by setting ID) with values as tuples specifying the effective value of the setting and
an
AppSettingValueSource indicating from where the effective value originates.
Exceptions See Also