Search Results for

    Show / Hide Table of Contents

    Enum ValueComparisonType

    Specifies the type of value comparison to perform in a health check.

    Namespace: Umbraco.Cms.Core.HealthChecks
    Assembly: Umbraco.Core.dll
    Syntax
    public enum ValueComparisonType

    Fields

    Name Description
    ShouldEqual

    The actual value should equal the expected value.

    ShouldNotEqual

    The actual value should not equal the expected value.

    Extension Methods

    ObjectExtensions.ToXmlString(object, Type)
    ObjectExtensions.ToXmlString<T>(object)
    ObjectExtensions.TryConvertTo(object, Type)
    ObjectExtensions.TryConvertTo<T>(object)
    ExpressionHelper.GetPropertyInfo<ValueComparisonType, TProperty>(ValueComparisonType, Expression<Func<ValueComparisonType, TProperty>>)
    DictionaryExtensions.MergeLeft<ValueComparisonType, TK, TV>(ValueComparisonType, IDictionary<TK, TV>, bool)
    DictionaryExtensions.MergeLeft<ValueComparisonType, TK, TV>(ValueComparisonType, IEnumerable<IDictionary<TK, TV>>, bool)
    EnumerableExtensions.Yield<ValueComparisonType>(ValueComparisonType)
    ObjectExtensions.AsEnumerableOfOne<ValueComparisonType>(ValueComparisonType)
    • View Source
    In this article
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX