Class NotificationMethodsElementCollection
Inheritance
System.Object
System.Configuration.ConfigurationElement
System.Configuration.ConfigurationElementCollection
Namespace: Umbraco.Core.Configuration.HealthChecks
Assembly: Umbraco.Core.dll
Syntax
[ConfigurationCollection(typeof(NotificationMethodElement), AddItemName = "notificationMethod")]
public class NotificationMethodsElementCollection : ConfigurationElementCollection, ICollection, IEnumerable<INotificationMethod>, IReadOnlyDictionary<string, INotificationMethod>, IReadOnlyCollection<KeyValuePair<string, INotificationMethod>>, IEnumerable<KeyValuePair<string, INotificationMethod>>, 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 |