Class SimpleExpression
- Namespace
- Dynamicweb.Content.Items.Queries.Rules
- Assembly
- Dynamicweb.dll
public class SimpleExpression
- Inheritance
-
SimpleExpression
- Inherited Members
Properties
Field
public string? Field { get; set; }
Property Value
Operator
public RuleOperator Operator { get; set; }
Property Value
Value
public object? Value { get; set; }
Property Value
ValueTo
public object? ValueTo { get; set; }