View Source
Class OperatorTerm
Assembly: Umbraco.Core.dll
Syntax
public class OperatorTerm
Constructors
View Source
OperatorTerm()
Declaration
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
View Source
Operator
Declaration
public Operator Operator { get; set; }
Property Value