Table of Contents

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

string

Operator

public RuleOperator Operator { get; set; }

Property Value

RuleOperator

Value

public object Value { get; set; }

Property Value

object

ValueTo

public object ValueTo { get; set; }

Property Value

object
To top