AppSettingCollection Methods |
The AppSettingCollection type exposes the following members.
| 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, ReadOnlyDictionaryString, ActionAppSetting, T2) | Overloaded.
Copies and converts the list. GetObjectTSource, TTarget(TSource) is used.
(Defined by ModelDataExtensions.) | |
| CopyAndConvertListMaybeBuggyAppSetting, T2(IListT2) | Overloaded. (Defined by ModelDataExtensions.) | |
| CopyAndConvertListMaybeBuggyAppSetting, T2(ICollectionT2, ReadOnlyDictionaryString, ActionAppSetting, T2) | Overloaded. (Defined by ModelDataExtensions.) |