View Source
Class HealthCheckNotificationSettingsElement
Inheritance
System.Object
System.Configuration.ConfigurationElement
Assembly: Umbraco.Core.dll
Syntax
public class HealthCheckNotificationSettingsElement : ConfigurationElement, IHealthCheckNotificationSettings
Properties
View Source
DisabledChecks
Declaration
[ConfigurationProperty("disabledChecks", IsDefaultCollection = false, IsRequired = false)]
public DisabledHealthChecksElementCollection DisabledChecks { get; }
Property Value
View Source
Enabled
Declaration
[ConfigurationProperty("enabled", IsRequired = true)]
public bool Enabled { get; }
Property Value
Type |
Description |
System.Boolean |
|
View Source
FirstRunTime
Declaration
[ConfigurationProperty("firstRunTime", IsRequired = false)]
public string FirstRunTime { get; }
Property Value
Type |
Description |
System.String |
|
View Source
NotificationMethods
Declaration
[ConfigurationProperty("notificationMethods", IsDefaultCollection = true, IsRequired = false)]
public NotificationMethodsElementCollection NotificationMethods { get; }
Property Value
View Source
PeriodInHours
Declaration
[ConfigurationProperty("periodInHours", IsRequired = true)]
public int PeriodInHours { get; }
Property Value
Type |
Description |
System.Int32 |
|
Explicit Interface Implementations
View Source
IHealthCheckNotificationSettings.DisabledChecks
Declaration
IEnumerable<IDisabledHealthCheck> IHealthCheckNotificationSettings.DisabledChecks { get; }
Returns
View Source
IHealthCheckNotificationSettings.Enabled
Declaration
bool IHealthCheckNotificationSettings.Enabled { get; }
Returns
Type |
Description |
System.Boolean |
|
View Source
IHealthCheckNotificationSettings.FirstRunTime
Declaration
string IHealthCheckNotificationSettings.FirstRunTime { get; }
Returns
Type |
Description |
System.String |
|
View Source
IHealthCheckNotificationSettings.NotificationMethods
Declaration
IReadOnlyDictionary<string, INotificationMethod> IHealthCheckNotificationSettings.NotificationMethods { get; }
Returns
Type |
Description |
System.Collections.Generic.IReadOnlyDictionary<System.String, INotificationMethod> |
|
View Source
IHealthCheckNotificationSettings.PeriodInHours
Declaration
int IHealthCheckNotificationSettings.PeriodInHours { get; }
Returns
Type |
Description |
System.Int32 |
|