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 : int

    Fields

    Name Description
    Exact
    GreaterThan
    GreaterThanOrEqualTo
    LessThan
    LessThanOrEqualTo

    Extension Methods

    DictionaryExtensions.MergeLeft<ValuePropertyMatchType, TK, TV>(IEnumerable<IDictionary<TK, TV>>, Boolean)
    DictionaryExtensions.MergeLeft<ValuePropertyMatchType, TK, TV>(IDictionary<TK, TV>, Boolean)
    EnumerableExtensions.Yield<ValuePropertyMatchType>()
    ObjectExtensions.AsEnumerableOfOne<ValuePropertyMatchType>()
    ObjectExtensions.ToDictionary<ValuePropertyMatchType, TProperty, TVal>(Expression<Func<ValuePropertyMatchType, TProperty>>[])
    ExpressionHelper.GetPropertyInfo<ValuePropertyMatchType, TProperty>(Expression<Func<ValuePropertyMatchType, TProperty>>)
    • Improve this Doc
    • View Source
    In This Article
    • Fields
    • Extension Methods
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX