View Source
Class DisabledHealthChecksElementCollection
Inheritance
System.Object
System.Configuration.ConfigurationElement
System.Configuration.ConfigurationElementCollection
Assembly: Umbraco.Core.dll
Syntax
[ConfigurationCollection(typeof(DisabledHealthCheckElement), AddItemName = "check")]
public class DisabledHealthChecksElementCollection : ConfigurationElementCollection, ICollection, IEnumerable<IDisabledHealthCheck>, IEnumerable
Properties
View Source
Item[String]
Declaration
public DisabledHealthCheckElement this[string key] { get; }
Parameters
Type |
Name |
Description |
System.String |
key |
|
Property Value
Methods
View Source
CreateNewElement()
Declaration
protected override ConfigurationElement CreateNewElement()
Returns
Type |
Description |
System.Configuration.ConfigurationElement |
|
View Source
GetElementKey(ConfigurationElement)
Declaration
protected override object GetElementKey(ConfigurationElement element)
Parameters
Type |
Name |
Description |
System.Configuration.ConfigurationElement |
element |
|
Returns
Type |
Description |
System.Object |
|