Search Results for

    Show / Hide Table of Contents
    View Source

    Class OperatorTerm

    Inheritance
    System.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
    System.String name
    Operator operator
    IEnumerable<System.String> appliesTo

    Properties

    View Source

    AppliesTo

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

    Name

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

    Operator

    Declaration
    public Operator Operator { get; set; }
    Property Value
    Type Description
    Operator
    • Improve this Doc
    • View Source
    In This Article
    • Constructors
      • OperatorTerm()
      • OperatorTerm(String, Operator, IEnumerable<String>)
    • Properties
      • AppliesTo
      • Name
      • Operator
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX