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

    DictionaryExtensions.MergeLeft<ValuePropertyMatchType, TK, TV>(IEnumerable<IDictionary<TK, TV>>, Boolean)
    DictionaryExtensions.MergeLeft<ValuePropertyMatchType, TK, TV>(IDictionary<TK, TV>, Boolean)
    EnumerableExtensions.Yield<ValuePropertyMatchType>()
    EnumExtensions.HasFlagAny<ValuePropertyMatchType>(ValuePropertyMatchType)
    ObjectExtensions.AsEnumerableOfOne<ValuePropertyMatchType>()
    ObjectExtensions.DisposeIfDisposable()
    ObjectExtensions.SafeCast<T>()
    ObjectExtensions.TryConvertTo<T>()
    ObjectExtensions.TryConvertTo(Type)
    ObjectExtensions.ToDictionary<ValuePropertyMatchType, TProperty, TVal>(Expression<Func<ValuePropertyMatchType, TProperty>>[])
    ObjectExtensions.ToDictionary<TVal>(String[])
    ObjectExtensions.ToXmlString(Type)
    ObjectExtensions.ToXmlString<T>()
    ObjectExtensions.AsGuid()
    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