Search Results for

    Show / Hide Table of Contents

    Enum ValuePropertyMatchType

    Determines how to match a number or date value.

    Namespace: Umbraco.Cms.Core.Persistence.Querying
    Assembly: Umbraco.Core.dll
    Syntax
    public enum ValuePropertyMatchType

    Fields

    Name Description
    Exact

    Matches the exact value.

    GreaterThan

    Matches values greater than the specified value.

    GreaterThanOrEqualTo

    Matches values greater than or equal to the specified value.

    LessThan

    Matches values less than the specified value.

    LessThanOrEqualTo

    Matches values less than or equal to the specified value.

    Extension Methods

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