Search Results for

    Show / Hide Table of Contents

    Enum Operator

    Namespace: Umbraco.Cms.Core.Models.TemplateQuery
    Assembly: Umbraco.Core.dll
    Syntax
    public enum Operator : int

    Fields

    Name Description
    Contains
    Equals
    GreaterThan
    GreaterThanEqualTo
    LessThan
    LessThanEqualTo
    NotContains
    NotEquals

    Extension Methods

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