Search Results for

    Show / Hide Table of Contents
    View Source

    Class OperatorTerm

    Inheritance
    object
    Namespace: Umbraco.Cms.Core.Models.TemplateQuery
    Assembly: Umbraco.Core.dll
    Syntax
    public class OperatorTerm

    Constructors

    View Source

    OperatorTerm()

    Declaration
    public OperatorTerm()
    View Source

    OperatorTerm(string, Operator, IEnumerable<string>)

    Declaration
    public OperatorTerm(string name, Operator @operator, IEnumerable<string> appliesTo)
    Parameters
    Type Name Description
    string name
    Operator operator
    IEnumerable<string> appliesTo

    Properties

    View Source

    AppliesTo

    Declaration
    public IEnumerable<string> AppliesTo { get; set; }
    Property Value
    Type Description
    IEnumerable<string>
    View Source

    Name

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

    Operator

    Declaration
    public Operator Operator { get; set; }
    Property Value
    Type Description
    Operator
    • Edit this page
    • View Source
    In this article
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX