View Source
Class OperatorTerm
Inheritance
System.Object
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 |
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