AppSettingCollection Methods

The AppSettingCollection type exposes the following members.

Methods
  NameDescription
Public methodContains(Guid)
Determines whether a setting with the specified ID has been registered.
Public methodContains(Guid, String)
Determines whether a setting with the specified name and module ID has been registered.
Public methodGetEnumerator
Returns an enumerator that iterates through the collection.
Public methodTryGetSetting(Guid, AppSetting)
Gets the setting associated with the specified ID.
Public methodTryGetSetting(Guid, String, AppSetting)
Gets the setting associated with the specified name and module ID.
Top
Extension Methods
  NameDescription
Public Extension MethodCopyAndConvertListAppSetting, T2(IListT2)Overloaded. (Defined by ModelDataExtensions.)
Public Extension MethodCopyAndConvertListAppSetting, T2(ICollectionT2, ReadOnlyDictionaryString, ActionAppSetting, T2)Overloaded. (Defined by ModelDataExtensions.)
Public Extension MethodCopyAndConvertListMaybeBuggyAppSetting, T2(IListT2)Overloaded. (Defined by ModelDataExtensions.)
Public Extension MethodCopyAndConvertListMaybeBuggyAppSetting, T2(ICollectionT2, ReadOnlyDictionaryString, ActionAppSetting, T2)Overloaded. (Defined by ModelDataExtensions.)
Top
See Also