Class HealthChecksSettingsValidator
Validator for configuration representated as HealthChecksSettings.
Namespace: Umbraco.Cms.Core.Configuration.Models.Validation
Assembly: Umbraco.Core.dll
Syntax
public class HealthChecksSettingsValidator : ConfigurationValidatorBaseConstructors
View SourceHealthChecksSettingsValidator(ICronTabParser)
Initializes a new instance of the HealthChecksSettingsValidator class.
Declaration
public HealthChecksSettingsValidator(ICronTabParser cronTabParser)Parameters
| Type | Name | Description | 
|---|---|---|
| ICronTabParser | cronTabParser | Helper for parsing crontab expressions. | 
Methods
View SourceValidate(String, HealthChecksSettings)
Declaration
public ValidateOptionsResult Validate(string name, HealthChecksSettings options)Parameters
| Type | Name | Description | 
|---|---|---|
| System.String | name | |
| HealthChecksSettings | options | 
Returns
| Type | Description | 
|---|---|
| ValidateOptionsResult |