AppSettingCollection Class |
Namespace: Dundas.BI.Configuration
The AppSettingCollection type exposes the following members.
Name | Description | |
---|---|---|
![]() | Count | Gets the number of elements in the collection. |
![]() | Ids |
Gets a collection containing the IDs of all the settings.
|
![]() | Item[Guid] |
Gets the setting associated with the specified ID.
|
![]() | Item[Guid, String] |
Gets the setting associated with the specified name and module ID.
|
![]() | Settings |
Gets a collection containing the settings.
|
Name | Description | |
---|---|---|
![]() | Contains(Guid) |
Determines whether a setting with the specified ID has been registered.
|
![]() | Contains(Guid, String) |
Determines whether a setting with the specified name and module ID has been registered.
|
![]() | GetEnumerator | Returns an enumerator that iterates through the collection. |
![]() | TryGetSetting(Guid, AppSetting) |
Gets the setting associated with the specified ID.
|
![]() | TryGetSetting(Guid, String, AppSetting) |
Gets the setting associated with the specified name and module ID.
|
Name | Description | |
---|---|---|
![]() | CopyAndConvertList<AppSetting, T2>(IList<T2>) | Overloaded.
Copies and converts the list. GetObject<TSource, TTarget> (TSource) is used.
(Defined by ModelDataExtensions.) |
![]() | CopyAndConvertList<AppSetting, T2>(ICollection<T2>, ReadOnlyDictionary<TKey, TValue>) | Overloaded. (Defined by ModelDataExtensions.) |
![]() | CopyAndConvertListMaybeBuggy<AppSetting, T2>(IList<T2>) | Overloaded. (Defined by ModelDataExtensions.) |
![]() | CopyAndConvertListMaybeBuggy<AppSetting, T2>(ICollection<T2>, ReadOnlyDictionary<TKey, TValue>) | Overloaded. (Defined by ModelDataExtensions.) |