Class NotificationMethodSettingsElementCollection
Inheritance
System.Object
System.Configuration.ConfigurationElement
System.Configuration.ConfigurationElementCollection
Namespace: Umbraco.Core.Configuration.HealthChecks
Assembly: Umbraco.Core.dll
Syntax
[ConfigurationCollection(typeof(NotificationMethodSettingsElement), AddItemName = "add")]
public class NotificationMethodSettingsElementCollection : ConfigurationElementCollection, ICollection, IEnumerable<INotificationMethodSettings>, IReadOnlyDictionary<string, INotificationMethodSettings>, IReadOnlyCollection<KeyValuePair<string, INotificationMethodSettings>>, IEnumerable<KeyValuePair<string, INotificationMethodSettings>>, IEnumerable
Methods
View SourceCreateNewElement()
Declaration
protected override ConfigurationElement CreateNewElement()
Returns
Type | Description |
---|---|
System.Configuration.ConfigurationElement |
GetElementKey(ConfigurationElement)
Declaration
protected override object GetElementKey(ConfigurationElement element)
Parameters
Type | Name | Description |
---|---|---|
System.Configuration.ConfigurationElement | element |
Returns
Type | Description |
---|---|
System.Object |