Search Results for

    Show / Hide Table of Contents
    View Source

    Class QueryCondition

    Inheritance
    System.Object
    Namespace: Umbraco.Cms.Core.Models.TemplateQuery
    Assembly: Umbraco.Core.dll
    Syntax
    public class QueryCondition

    Properties

    View Source

    ConstraintValue

    Declaration
    public string ConstraintValue { get; set; }
    Property Value
    Type Description
    System.String
    View Source

    Property

    Declaration
    public PropertyModel Property { get; set; }
    Property Value
    Type Description
    PropertyModel
    View Source

    Term

    Declaration
    public OperatorTerm Term { get; set; }
    Property Value
    Type Description
    OperatorTerm
    • Improve this Doc
    • View Source
    In This Article
    • Properties
      • ConstraintValue
      • Property
      • Term
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX