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.
              | |
| ItemGuid | 
            Gets the setting associated with the specified ID.
              | |
| ItemGuid, 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 | |
|---|---|---|
| CopyAndConvertListAppSetting, T2(IListT2) | Overloaded.   
            Copies and converts the list. GetObjectTSource, TTarget(TSource) is used.
              (Defined by ModelDataExtensions.) | |
| CopyAndConvertListAppSetting, T2(ICollectionT2, ReadOnlyDictionaryTKey, TValue) | Overloaded. (Defined by ModelDataExtensions.) | |
| CopyAndConvertListMaybeBuggyAppSetting, T2(IListT2) | Overloaded. (Defined by ModelDataExtensions.) | |
| CopyAndConvertListMaybeBuggyAppSetting, T2(ICollectionT2, ReadOnlyDictionaryTKey, TValue) | Overloaded. (Defined by ModelDataExtensions.) |