Search Results for

    Show / Hide Table of Contents

    Enum ValuePropertyMatchType

    Determine how to match a number or data value

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

    Fields

    Name Description
    Exact
    GreaterThan
    GreaterThanOrEqualTo
    LessThan
    LessThanOrEqualTo

    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)
    • Edit this page
    • View Source
    In this article
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX